Commit 0ac50d28 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5519: hellip in modal code

parent 78f7ad95
Showing with 2 additions and 2 deletions
+2 -2
...@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) { ...@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) {
<h3 id="myModalLabel">Modal header</h3> <h3 id="myModalLabel">Modal header</h3>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p>One fine body</p> <p>One fine body…</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
......
...@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) { ...@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) {
<h3 id="myModalLabel">Modal header</h3> <h3 id="myModalLabel">Modal header</h3>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p>{{_i}}One fine body{{/i}}</p> <p>{{_i}}One fine body…{{/i}}</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">{{_i}}Close{{/i}}</button> <button class="btn" data-dismiss="modal" aria-hidden="true">{{_i}}Close{{/i}}</button>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment