aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-28 10:39:15 -0700
committerMark Otto <[email protected]>2012-09-28 10:39:15 -0700
commit8ecffcb32fc0d3a423f87fac9e613498b5104fe7 (patch)
treef6064fb591fafa77fb0d6e7b141b12661cffd17f /docs/templates
parent24e277b85abace0f77076b1cfa96e11b1d1dc891 (diff)
downloadbootstrap-8ecffcb32fc0d3a423f87fac9e613498b5104fe7.tar.xz
bootstrap-8ecffcb32fc0d3a423f87fac9e613498b5104fe7.zip
fixes #5334: html snippet comments
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/javascript.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index e53c88abe..0406fd769 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -179,10 +179,10 @@ $('#myModal').on('show', function (e) {
<a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">{{_i}}Launch demo modal{{/i}}</a>
</div>{{! /example }}
<pre class="prettyprint linenums">
-&lt;-- Button to trigger modal --&gt;
+&lt!-- Button to trigger modal --&gt;
&lt;a href="#myModal" role="button" class="btn" data-toggle="modal"&gt;{{_i}}Launch demo modal{{/i}}&lt;/a&gt;
-&lt;-- Modal --&gt;
+&lt!-- Modal --&gt;
&lt;div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"&gt;
&lt;div class="modal-header"&gt;
&lt;button type="button" class="close" data-dismiss="modal" aria-hidden="true"&gt;&times;&lt;/button&gt;