]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Escape HTML of section element
authorMark Otto <otto@github.com>
Mon, 10 Dec 2012 18:55:42 +0000 (10:55 -0800)
committerMark Otto <otto@github.com>
Mon, 10 Dec 2012 18:55:42 +0000 (10:55 -0800)
docs/base-css.html
docs/templates/pages/base-css.mustache

index 08de2aea07d483e7bff0e16957dacceaa77dbeb6..d8f58daa421f7fe0e6ef4a5ce097ba601b368db3 100644 (file)
           <h2>Inline</h2>
           <p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p>
 <div class="bs-docs-example">
-  For example, <code>&lt;section&gt;</code> should be wrapped as inline.
+  For example, <code>&amp;lt;section&amp;gt;</code> should be wrapped as inline.
 </div>
 <pre class="prettyprint linenums">
 For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.
index 6136d00952bc3faa350ebf0e1efe35255a8c3558..e2695c9b100936ca482430babcf9900eac27b923 100644 (file)
           <h2>Inline</h2>
           <p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p>
 <div class="bs-docs-example">
-  For example, <code>&lt;section&gt;</code> should be wrapped as inline.
+  For example, <code>&amp;lt;section&amp;gt;</code> should be wrapped as inline.
 </div>
 <pre class="prettyprint linenums">
 {{_i}}For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.{{/i}}