Commit 9d985978 authored by Mark Otto's avatar Mark Otto
Browse files

Escape HTML of section element

parent 847b6325
6 merge requests!6821Typeahead updater,!6666Patch 1,!6610Add outline for input[type="image"],!65463.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails,!6503control markup changes added,!6345Input classes addition
Showing with 2 additions and 2 deletions
+2 -2
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
<h2>Inline</h2> <h2>Inline</h2>
<p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p> <p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p>
<div class="bs-docs-example"> <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> </div>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline. For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.
......
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
<h2>Inline</h2> <h2>Inline</h2>
<p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p> <p>Wrap inline snippets of code with <code>&lt;code&gt;</code>.</p>
<div class="bs-docs-example"> <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> </div>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
{{_i}}For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.{{/i}} {{_i}}For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inline.{{/i}}
......
Supports Markdown
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