Commit 1f0043a7 authored by Mark Otto's avatar Mark Otto

fixes #4959: docs example

parent acf2a640
...@@ -1920,6 +1920,7 @@ For example, <code><section></code> should be wrapped as inlin ...@@ -1920,6 +1920,7 @@ For example, <code><section></code> should be wrapped as inlin
<span class="add-on"><i class="icon-envelope"></i></span> <span class="add-on"><i class="icon-envelope"></i></span>
<input class="span2" id="inputIcon" type="text"> <input class="span2" id="inputIcon" type="text">
</div> </div>
</div>
</div> </div>
</pre> </pre>
......
...@@ -1857,6 +1857,7 @@ ...@@ -1857,6 +1857,7 @@
&lt;span class="add-on"&gt;&lt;i class="icon-envelope"&gt;&lt;/i&gt;&lt;/span&gt; &lt;span class="add-on"&gt;&lt;i class="icon-envelope"&gt;&lt;/i&gt;&lt;/span&gt;
&lt;input class="span2" id="inputIcon" type="text"&gt; &lt;input class="span2" id="inputIcon" type="text"&gt;
&lt;/div&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt; &lt;/div&gt;
</pre> </pre>
......
Markdown is supported
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