aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-07 19:33:44 -0700
committerMark Otto <[email protected]>2014-07-07 19:33:44 -0700
commit2e27c90b6b04f765c6070cd10b7bfeb075dc1de5 (patch)
tree011339c33456cc1de76209b055477176bc7ea1ba /docs/_includes/js
parentbb939f0004ce96de8598c72197d39809f7af175c (diff)
parentc7c2a078ddf39c582dca283384814ccd7aa5f94d (diff)
downloadbootstrap-2e27c90b6b04f765c6070cd10b7bfeb075dc1de5.tar.xz
bootstrap-2e27c90b6b04f765c6070cd10b7bfeb075dc1de5.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/js')
-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 b42aa2042..9313419ac 100644
--- a/docs/_includes/js/dropdowns.html
+++ b/docs/_includes/js/dropdowns.html
@@ -59,7 +59,7 @@
<h3>Within pills</h3>
<div class="bs-example">
- <ul class="nav nav-pills">
+ <ul class="nav nav-pills" role="tablist">
<li class="active"><a href="#">Regular link</a></li>
<li class="dropdown">
<a id="drop4" role="button" data-toggle="dropdown" href="#">Dropdown <span class="caret"></span></a>