diff options
| author | David Haywood Smith <[email protected]> | 2011-08-30 11:47:40 +0100 |
|---|---|---|
| committer | David Haywood Smith <[email protected]> | 2011-08-30 11:47:40 +0100 |
| commit | 55022228bcdfea8d87eefb0c21249e6a9e219263 (patch) | |
| tree | 97f44b16a6c569a5377ae100047bba3fa91b6ad4 /docs | |
| parent | 315af8e18b6ade15c372420cb256053697553716 (diff) | |
| download | bootstrap-55022228bcdfea8d87eefb0c21249e6a9e219263.tar.xz bootstrap-55022228bcdfea8d87eefb0c21249e6a9e219263.zip | |
Fixed duplicate element ids
Also updated labels where required
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index bc0e216ab..b04e35292 100644 --- a/docs/index.html +++ b/docs/index.html @@ -651,9 +651,9 @@ </div> </div><!-- /clearfix --> <div class="clearfix error"> - <label for="xlInput">X-Large Input</label> + <label for="xlInput2">X-Large Input</label> <div class="input"> - <input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" /> + <input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" /> <span class="help-inline">Small snippet of help text</span> </div> </div><!-- /clearfix --> @@ -688,7 +688,7 @@ </div> </div><!-- /clearfix --> <div class="clearfix"> - <label for="xlInput">File Input</label> + <label for="fileInput">File Input</label> <div class="input"> <input class="input-file" id="fileInput" name="fileInput" type="file" /> </div> @@ -791,9 +791,9 @@ <fieldset> <legend>Example form legend</legend> <div class="clearfix"> - <label for="xlInput">X-Large Input</label> + <label for="xlInput3">X-Large Input</label> <div class="input"> - <input class="xlarge" id="xlInput" name="xlInput" size="30" type="text" /> + <input class="xlarge" id="xlInput3" name="xlInput3" size="30" type="text" /> </div> </div><!-- /clearfix --> <div class="clearfix"> @@ -812,9 +812,9 @@ <fieldset> <legend>Example form legend</legend> <div class="clearfix error"> - <label for="xlInput">X-Large Input</label> + <label for="xlInput4">X-Large Input</label> <div class="input"> - <input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" /> + <input class="xlarge error" id="xlInput4" name="xlInput4" size="30" type="text" /> <span class="help-inline">Small snippet of help text</span> </div> </div><!-- /clearfix --> |
