diff options
| author | Mark Otto <[email protected]> | 2012-01-24 10:41:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 10:41:23 -0800 |
| commit | 43cbc9440425b7c97c943690eefd14520de708e1 (patch) | |
| tree | 853bac28eb6fb6f925b0f739f16549a88dc31cf5 | |
| parent | 9dcc16fa8c8c009c46ffe43a07969e5cd196e562 (diff) | |
| parent | 774d8d8d17275eff96e9933575c9863ca38b3cdc (diff) | |
| download | bootstrap-43cbc9440425b7c97c943690eefd14520de708e1.tar.xz bootstrap-43cbc9440425b7c97c943690eefd14520de708e1.zip | |
Merge pull request #1131 from XORwell/master
Fix textarea2's label for attribute
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index b01ce7dd1..e12fa8063 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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"> |
