aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-25 21:21:27 +0000
committerPatrick H. Lauke <[email protected]>2015-12-25 21:21:27 +0000
commitfc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4 (patch)
tree02a9425eff83a6b2e3c44625725b8ef0afdebdec /docs/components
parent9325bf045d10f215927825d89e9c350ec371b0b4 (diff)
parentf6b0f8f3ad50e1f5a03ce46c8c5ad774bbdefb64 (diff)
downloadbootstrap-fc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4.tar.xz
bootstrap-fc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4.zip
Merge pull request #18680 from patrickhlauke/docs-modal-tweak1
Docs: add ellipsis to modal example code
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index a0e741bb4..e8627fe68 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -251,7 +251,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a
For modals that simply appear rather than fade in to view, remove the `.fade` class from your modal markup.
{% highlight html %}
-<div class="modal" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
+<div class="modal" tabindex="-1" role="dialog" aria-labelledby="..." aria-hidden="true">
...
</div>
{% endhighlight %}