mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Merge pull request #1131 from XORwell/master
Fix textarea2's label for attribute
This commit is contained in:
commit
43cbc94404
1 changed files with 1 additions and 1 deletions
|
|
@ -1219,7 +1219,7 @@
|
|||
</div>
|
||||
</div><!-- /clearfix -->
|
||||
<div class="clearfix">
|
||||
<label for="textarea">Textarea</label>
|
||||
<label for="textarea2">Textarea</label>
|
||||
<div class="input">
|
||||
<textarea class="xxlarge" id="textarea2" name="textarea2" rows="3"></textarea>
|
||||
<span class="help-block">
|
||||
|
|
|
|||
Loading…
Reference in a new issue