Skip to content

Commit

Permalink
Fix duplicated ids
Browse files Browse the repository at this point in the history
The id `right-label` is duplicate, and colides with doc/includes/form/examples_form_inline_labels.html. To replicate the issue just click in the `label.right.inline` in http://foundation.zurb.com/docs/components/forms.html
  • Loading branch information
kuroisuna authored and thedeerchild committed Feb 1, 2014
1 parent c8781df commit ee4f7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/includes/form/examples_form_inline.html
Expand Up @@ -3,12 +3,12 @@
<div class="small-8">
<div class="row">
<div class="small-3 columns">
<label for="right-label" class="right inline">Label</label>
<label for="right-label-inline" class="right inline">Label</label>
</div>
<div class="small-9 columns">
<input type="text" id="right-label" placeholder="Inline Text Input">
<input type="text" id="right-label-inline" placeholder="Inline Text Input">
</div>
</div>
</div>
</div>
</form>
</form>

0 comments on commit ee4f7f9

Please sign in to comment.