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/templates | |
| parent | 6881c193ca838844cacaf343d5918fb166bdd437 (diff) | |
| download | bootstrap-caa79ed594daae704793a08e94a6e2d9da32eaf1.tar.xz bootstrap-caa79ed594daae704793a08e94a6e2d9da32eaf1.zip | |
fixes #5001: proper ids on form examples
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index cc83e0d73..ed9d9827b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -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> |
