diff options
| author | Mark Otto <[email protected]> | 2012-10-16 20:28:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-16 20:28:07 -0700 |
| commit | 57eb2a801827ab2466f6ca4d5d470a72ae14e601 (patch) | |
| tree | b3e565d0e09a43f6ade501095d86c480e31dbc23 /docs/javascript.html | |
| parent | 0ac50d28b57b2221abf9ce935f4957d66ee7fcda (diff) | |
| download | bootstrap-57eb2a801827ab2466f6ca4d5d470a72ae14e601.tar.xz bootstrap-57eb2a801827ab2466f6ca4d5d470a72ae14e601.zip | |
more hellip on modals
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> |
