aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-25 21:17:32 +0000
committerPatrick H. Lauke <[email protected]>2015-12-25 21:17:32 +0000
commitf6b0f8f3ad50e1f5a03ce46c8c5ad774bbdefb64 (patch)
treecfe371f8429fededf3aa2ff7dbe622abd693c559 /docs
parent4258fb7992666bbe2e1adfb04c332b4b3bc86f2f (diff)
downloadbootstrap-f6b0f8f3ad50e1f5a03ce46c8c5ad774bbdefb64.tar.xz
bootstrap-f6b0f8f3ad50e1f5a03ce46c8c5ad774bbdefb64.zip
Add ellipsis to modal example code
Diffstat (limited to 'docs')
-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 %}