Skip to content

Commit

Permalink
fixes twbs#5001: proper ids on form examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 17, 2012
1 parent 6881c19 commit caa79ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/base-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -1402,9 +1402,9 @@ <h3>Validation states</h3>
</div>
</div>
<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">
<input type="text" id="inputError">
<input type="text" id="inputInfo">
<span class="help-inline">Username is taken</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/templates/pages/base-css.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -1339,9 +1339,9 @@
</div>
</div>
<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">
<input type="text" id="inputError">
<input type="text" id="inputInfo">
<span class="help-inline">{{_i}}Username is taken{{/i}}</span>
</div>
</div>
Expand Down

0 comments on commit caa79ed

Please sign in to comment.