diff --git a/docs/javascript.html b/docs/javascript.html
index 9c6a8f850d9aff783ca2dca54521591f03e25e2f..f41687a90d14cb00316580f92eb39505399aa7bb 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 34bf0fab79ee656ddbda6f2f664e4902fa0735fb..849469f668d1897d21b670305a5f66e540f619c2 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -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>