diff options
| author | Chris Rebert <[email protected]> | 2014-11-16 16:34:28 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-16 16:34:28 -0800 |
| commit | 7876ebd2ed230334a3e591ce550bac702c845da5 (patch) | |
| tree | fe905afe72e7e4e8d022ee726c0a1c6a2653451e /docs | |
| parent | 1a2baf48735ee1762ce046e5bb24f5c8d6ba187a (diff) | |
| download | bootstrap-7876ebd2ed230334a3e591ce550bac702c845da5.tar.xz bootstrap-7876ebd2ed230334a3e591ce550bac702c845da5.zip | |
rm redundant role="button" from <button>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/dropdowns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 2268b5780..c5b646035 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -122,7 +122,7 @@ <p>Add <code>data-toggle="dropdown"</code> to a link or button to toggle a dropdown.</p> {% highlight html %} <div class="dropdown"> - <button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false"> + <button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown trigger <span class="caret"></span> </button> |
