diff options
| author | Mark Otto <[email protected]> | 2012-10-16 20:18:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-16 20:18:50 -0700 |
| commit | 0ac50d28b57b2221abf9ce935f4957d66ee7fcda (patch) | |
| tree | c35e28dc83ecfdcf8deba7b583dbd32a08fc1946 /docs/javascript.html | |
| parent | 78f7ad95f4449506f4928e2407df91b0c0eb830a (diff) | |
| download | bootstrap-0ac50d28b57b2221abf9ce935f4957d66ee7fcda.tar.xz bootstrap-0ac50d28b57b2221abf9ce935f4957d66ee7fcda.zip | |
fixes #5519: hellip in modal code
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 9c6a8f850..f41687a90 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
