diff options
| author | Mark Otto <[email protected]> | 2012-09-28 10:39:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-28 10:39:15 -0700 |
| commit | 8ecffcb32fc0d3a423f87fac9e613498b5104fe7 (patch) | |
| tree | f6064fb591fafa77fb0d6e7b141b12661cffd17f /docs | |
| parent | 24e277b85abace0f77076b1cfa96e11b1d1dc891 (diff) | |
| download | bootstrap-8ecffcb32fc0d3a423f87fac9e613498b5104fe7.tar.xz bootstrap-8ecffcb32fc0d3a423f87fac9e613498b5104fe7.zip | |
fixes #5334: html snippet comments
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index ca03bb481..f13668877 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -249,10 +249,10 @@ $('#myModal').on('show', function (e) { <a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">Launch demo modal</a> </div> <pre class="prettyprint linenums"> -<-- Button to trigger modal --> +<!-- Button to trigger modal --> <a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a> -<-- Modal --> +<!-- Modal --> <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 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"> -<-- Button to trigger modal --> +<!-- Button to trigger modal --> <a href="#myModal" role="button" class="btn" data-toggle="modal">{{_i}}Launch demo modal{{/i}}</a> -<-- Modal --> +<!-- Modal --> <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
