2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fixes #4520: manually fix example html for icon

This commit is contained in:
Mark Otto
2012-08-21 13:09:01 -07:00
parent 4f918ce52c
commit b52d29095a
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1881,7 +1881,8 @@ For example, <code><section></code> should be wrapped as inlin
<label class="control-label" for="inputIcon">Email address</label>
<div class="controls">
<div class="input-prepend">
<span class="add-on"><i class="icon-envelope"><i><span><input class="span2" id="inputIcon" type="text">
<span class="add-on"><i class="icon-envelope"></i></span>
<input class="span2" id="inputIcon" type="text">
</div>
</div>
</pre>