Commit caa79ed5 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5001: proper ids on form examples

parent 6881c193
Showing with 4 additions and 4 deletions
+4 -4
...@@ -1402,9 +1402,9 @@ For example, <code><section></code> should be wrapped as inlin ...@@ -1402,9 +1402,9 @@ For example, <code><section></code> should be wrapped as inlin
</div> </div>
</div> </div>
<div class="control-group info"> <div class="control-group info">
<label class="control-label" for="inputError">Input with info</label> <label class="control-label" for="inputInfo">Input with info</label>
<div class="controls"> <div class="controls">
<input type="text" id="inputError"> <input type="text" id="inputInfo">
<span class="help-inline">Username is taken</span> <span class="help-inline">Username is taken</span>
</div> </div>
</div> </div>
......
...@@ -1339,9 +1339,9 @@ ...@@ -1339,9 +1339,9 @@
</div> </div>
</div> </div>
<div class="control-group info"> <div class="control-group info">
<label class="control-label" for="inputError">{{_i}}Input with info{{/i}}</label> <label class="control-label" for="inputInfo">{{_i}}Input with info{{/i}}</label>
<div class="controls"> <div class="controls">
<input type="text" id="inputError"> <input type="text" id="inputInfo">
<span class="help-inline">{{_i}}Username is taken{{/i}}</span> <span class="help-inline">{{_i}}Username is taken{{/i}}</span>
</div> </div>
</div> </div>
......
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