]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #5519: hellip in modal code
authorMark Otto <markdotto@gmail.com>
Wed, 17 Oct 2012 03:18:50 +0000 (20:18 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 17 Oct 2012 03:18:50 +0000 (20:18 -0700)
docs/javascript.html
docs/templates/pages/javascript.mustache

index 9c6a8f850d9aff783ca2dca54521591f03e25e2f..f41687a90d14cb00316580f92eb39505399aa7bb 100644 (file)
@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) {
     &lt;h3 id="myModalLabel"&gt;Modal header&lt;/h3&gt;
   &lt;/div&gt;
   &lt;div class="modal-body"&gt;
-    &lt;p&gt;One fine body&lt;/p&gt;
+    &lt;p&gt;One fine body&hellip;&lt;/p&gt;
   &lt;/div&gt;
   &lt;div class="modal-footer"&gt;
     &lt;button class="btn" data-dismiss="modal" aria-hidden="true"&gt;Close&lt;/button&gt;
index 34bf0fab79ee656ddbda6f2f664e4902fa0735fb..849469f668d1897d21b670305a5f66e540f619c2 100644 (file)
@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) {
     &lt;h3 id="myModalLabel"&gt;Modal header&lt;/h3&gt;
   &lt;/div&gt;
   &lt;div class="modal-body"&gt;
-    &lt;p&gt;{{_i}}One fine body{{/i}}&lt;/p&gt;
+    &lt;p&gt;{{_i}}One fine body&hellip;{{/i}}&lt;/p&gt;
   &lt;/div&gt;
   &lt;div class="modal-footer"&gt;
     &lt;button class="btn" data-dismiss="modal" aria-hidden="true"&gt;{{_i}}Close{{/i}}&lt;/button&gt;