diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index f41687a90..31c999c1f 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -187,7 +187,7 @@ $('#myModal').on('show', function (e) { <h3>Modal header</h3> </div> <div class="modal-body"> - <p>One fine body…</p> + <p>One fine body…</p> </div> <div class="modal-footer"> <a href="#" class="btn">Close</a> @@ -202,7 +202,7 @@ $('#myModal').on('show', function (e) { <h3>Modal header</h3> </div> <div class="modal-body"> - <p>One fine body…</p> + <p>One fine body…</p> </div> <div class="modal-footer"> <a href="#" class="btn">Close</a> |
