diff options
| author | Chris Rebert <[email protected]> | 2013-12-03 20:10:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-03 20:10:55 -0800 |
| commit | 1d20611d54e813884f3d85a35ccec81add12c6fa (patch) | |
| tree | a8e55d032742b90ef5e70e7f6f1074458f514d6c /components.html | |
| parent | bac153127c4fc9a8f7d511b1424f73f089b1cbb6 (diff) | |
| download | bootstrap-1d20611d54e813884f3d85a35ccec81add12c6fa.tar.xz bootstrap-1d20611d54e813884f3d85a35ccec81add12c6fa.zip | |
fix invalid HTML in components.html
type="button" doesn't make sense for an <a>
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 457398078..8653149ff 100644 --- a/components.html +++ b/components.html @@ -1171,7 +1171,7 @@ base_url: "../" <a class="btn btn-default" role="button">Left</a> <a class="btn btn-default" role="button">Middle</a> <div class="btn-group"> - <a type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> + <a class="btn btn-default dropdown-toggle" data-toggle="dropdown"> Right dropdown <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> |
