aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-16 16:34:28 -0800
committerChris Rebert <[email protected]>2014-11-16 16:34:28 -0800
commit7876ebd2ed230334a3e591ce550bac702c845da5 (patch)
treefe905afe72e7e4e8d022ee726c0a1c6a2653451e /docs/_includes
parent1a2baf48735ee1762ce046e5bb24f5c8d6ba187a (diff)
downloadbootstrap-7876ebd2ed230334a3e591ce550bac702c845da5.tar.xz
bootstrap-7876ebd2ed230334a3e591ce550bac702c845da5.zip
rm redundant role="button" from <button>
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/dropdowns.html2
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>