0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Add ellipsis to modal example code

This commit is contained in:
Patrick H. Lauke 2015-12-25 21:17:32 +00:00
parent 4258fb7992
commit f6b0f8f3ad

View File

@ -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 %}