diff options
| author | Mark Otto <[email protected]> | 2012-09-17 16:26:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-17 16:26:51 -0700 |
| commit | caa79ed594daae704793a08e94a6e2d9da32eaf1 (patch) | |
| tree | a229282138ac62b919aeda4e702b56dbba54bf5f /docs/base-css.html | |
| parent | 6881c193ca838844cacaf343d5918fb166bdd437 (diff) | |
| download | bootstrap-caa79ed594daae704793a08e94a6e2d9da32eaf1.tar.xz bootstrap-caa79ed594daae704793a08e94a6e2d9da32eaf1.zip | |
fixes #5001: proper ids on form examples
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index d8fcc6ea5..653f5b7b1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1402,9 +1402,9 @@ For example, <code><section></code> should be wrapped as inlin </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> |
