2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fixes #5519: hellip in modal code

This commit is contained in:
Mark Otto
2012-10-16 20:18:50 -07:00
parent 78f7ad95f4
commit 0ac50d28b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) {
<h3 id="myModalLabel">Modal header</h3>
</div>
<div class="modal-body">
<p>One fine body</p>
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>