aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-16 20:28:07 -0700
committerMark Otto <[email protected]>2012-10-16 20:28:07 -0700
commit57eb2a801827ab2466f6ca4d5d470a72ae14e601 (patch)
treeb3e565d0e09a43f6ade501095d86c480e31dbc23 /docs/javascript.html
parent0ac50d28b57b2221abf9ce935f4957d66ee7fcda (diff)
downloadbootstrap-57eb2a801827ab2466f6ca4d5d470a72ae14e601.tar.xz
bootstrap-57eb2a801827ab2466f6ca4d5d470a72ae14e601.zip
more hellip on modals
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html4
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&hellip;</p>
</div>
<div class="modal-footer">
<a href="#" class="btn">Close</a>
@@ -202,7 +202,7 @@ $('#myModal').on('show', function (e) {
&lt;h3&gt;Modal header&lt;/h3&gt;
&lt;/div&gt;
&lt;div class="modal-body"&gt;
- &lt;p&gt;One fine body…&lt;/p&gt;
+ &lt;p&gt;One fine body&hellip;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="modal-footer"&gt;
&lt;a href="#" class="btn"&gt;Close&lt;/a&gt;