Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-10-17 07:28:07 +0400
committerMark Otto <markdotto@gmail.com>2012-10-17 07:28:07 +0400
commit57eb2a801827ab2466f6ca4d5d470a72ae14e601 (patch)
treeb3e565d0e09a43f6ade501095d86c480e31dbc23
parent0ac50d28b57b2221abf9ce935f4957d66ee7fcda (diff)
more hellip on modals
-rw-r--r--docs/javascript.html4
-rw-r--r--docs/templates/pages/javascript.mustache4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index f41687a90d..31c999c1fb 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;
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 849469f668..fbd94e4e27 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&hellip;{{/i}}</p>
</div>
<div class="modal-footer">
<a href="#" class="btn">{{_i}}Close{{/i}}</a>
@@ -132,7 +132,7 @@ $('#myModal').on('show', function (e) {
&lt;h3&gt;{{_i}}Modal header{{/i}}&lt;/h3&gt;
&lt;/div&gt;
&lt;div class="modal-body"&gt;
- &lt;p&gt;{{_i}}One fine body…{{/i}}&lt;/p&gt;
+ &lt;p&gt;{{_i}}One fine body&hellip;{{/i}}&lt;/p&gt;
&lt;/div&gt;
&lt;div class="modal-footer"&gt;
&lt;a href="#" class="btn"&gt;{{_i}}Close{{/i}}&lt;/a&gt;