Skip to content

Commit 0ac50d2

Browse files
committed
fixes twbs#5519: hellip in modal code
1 parent 78f7ad9 commit 0ac50d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h4>Overflowing text to show optional scrollbar</h4>
259259
&lt;h3 id="myModalLabel"&gt;Modal header&lt;/h3&gt;
260260
&lt;/div&gt;
261261
&lt;div class="modal-body"&gt;
262-
&lt;p&gt;One fine body&lt;/p&gt;
262+
&lt;p&gt;One fine body&hellip;&lt;/p&gt;
263263
&lt;/div&gt;
264264
&lt;div class="modal-footer"&gt;
265265
&lt;button class="btn" data-dismiss="modal" aria-hidden="true"&gt;Close&lt;/button&gt;

docs/templates/pages/javascript.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) {
189189
&lt;h3 id="myModalLabel"&gt;Modal header&lt;/h3&gt;
190190
&lt;/div&gt;
191191
&lt;div class="modal-body"&gt;
192-
&lt;p&gt;{{_i}}One fine body{{/i}}&lt;/p&gt;
192+
&lt;p&gt;{{_i}}One fine body&hellip;{{/i}}&lt;/p&gt;
193193
&lt;/div&gt;
194194
&lt;div class="modal-footer"&gt;
195195
&lt;button class="btn" data-dismiss="modal" aria-hidden="true"&gt;{{_i}}Close{{/i}}&lt;/button&gt;

0 commit comments

Comments
 (0)