]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add ellipsis to modal example code 18680/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Fri, 25 Dec 2015 21:17:32 +0000 (21:17 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 25 Dec 2015 21:17:32 +0000 (21:17 +0000)
docs/components/modal.md

index a0e741bb412e9e7b5df1ff664bfd713d3391cfd1..e8627fe682e15d944499c2c9ad011f21689b69b4 100644 (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 %}