Skip to content

Commit 44b18f4

Browse files
committed
Merge pull request twbs#126 from DHS/fix-select-labels
Fixed duplicate element ids in documentation
2 parents 89b5fd9 + 5502222 commit 44b18f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ <h2>Default styles</h2>
651651
</div>
652652
</div><!-- /clearfix -->
653653
<div class="clearfix error">
654-
<label for="xlInput">X-Large Input</label>
654+
<label for="xlInput2">X-Large Input</label>
655655
<div class="input">
656-
<input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" />
656+
<input class="xlarge error" id="xlInput2" name="xlInput2" size="30" type="text" />
657657
<span class="help-inline">Small snippet of help text</span>
658658
</div>
659659
</div><!-- /clearfix -->
@@ -688,7 +688,7 @@ <h2>Default styles</h2>
688688
</div>
689689
</div><!-- /clearfix -->
690690
<div class="clearfix">
691-
<label for="xlInput">File Input</label>
691+
<label for="fileInput">File Input</label>
692692
<div class="input">
693693
<input class="input-file" id="fileInput" name="fileInput" type="file" />
694694
</div>
@@ -791,9 +791,9 @@ <h2>Stacked forms</h2>
791791
<fieldset>
792792
<legend>Example form legend</legend>
793793
<div class="clearfix">
794-
<label for="xlInput">X-Large Input</label>
794+
<label for="xlInput3">X-Large Input</label>
795795
<div class="input">
796-
<input class="xlarge" id="xlInput" name="xlInput" size="30" type="text" />
796+
<input class="xlarge" id="xlInput3" name="xlInput3" size="30" type="text" />
797797
</div>
798798
</div><!-- /clearfix -->
799799
<div class="clearfix">
@@ -812,9 +812,9 @@ <h2>Stacked forms</h2>
812812
<fieldset>
813813
<legend>Example form legend</legend>
814814
<div class="clearfix error">
815-
<label for="xlInput">X-Large Input</label>
815+
<label for="xlInput4">X-Large Input</label>
816816
<div class="input">
817-
<input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" />
817+
<input class="xlarge error" id="xlInput4" name="xlInput4" size="30" type="text" />
818818
<span class="help-inline">Small snippet of help text</span>
819819
</div>
820820
</div><!-- /clearfix -->

0 commit comments

Comments
 (0)