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

fixes #5519: hellip in modal code

parent 78f7ad95
......@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) {
<h3 id="myModalLabel">Modal header</h3>
</div>
<div class="modal-body">
<p>One fine body</p>
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
......
......@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) {
<h3 id="myModalLabel">Modal header</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">
<button class="btn" data-dismiss="modal" aria-hidden="true">{{_i}}Close{{/i}}</button>
......
Markdown is supported
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