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 | |
| parent | 0ac50d28b57b2221abf9ce935f4957d66ee7fcda (diff) | |
| download | bootstrap-57eb2a801827ab2466f6ca4d5d470a72ae14e601.tar.xz bootstrap-57eb2a801827ab2466f6ca4d5d470a72ae14e601.zip | |
more hellip on modals
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 849469f66..fbd94e4e2 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -117,7 +117,7 @@ $('#myModal').on('show', function (e) { <h3>{{_i}}Modal header{{/i}}</h3> </div> <div class="modal-body"> - <p>{{_i}}One fine body…{{/i}}</p> + <p>{{_i}}One fine body…{{/i}}</p> </div> <div class="modal-footer"> <a href="#" class="btn">{{_i}}Close{{/i}}</a> @@ -132,7 +132,7 @@ $('#myModal').on('show', function (e) { <h3>{{_i}}Modal header{{/i}}</h3> </div> <div class="modal-body"> - <p>{{_i}}One fine body…{{/i}}</p> + <p>{{_i}}One fine body…{{/i}}</p> </div> <div class="modal-footer"> <a href="#" class="btn">{{_i}}Close{{/i}}</a> |
