aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-28 16:52:36 -0700
committerChris Rebert <[email protected]>2014-05-28 16:52:47 -0700
commitad34c3b061b1b565dc087dfb8679292cf8e828d4 (patch)
tree3359794c1ea70c4f9ddd577e1df20fe8ce8899e9 /docs/_includes
parent8e568a8e3652e48e6af23c1aedce2b63dbd2fa9e (diff)
downloadbootstrap-ad34c3b061b1b565dc087dfb8679292cf8e828d4.tar.xz
bootstrap-ad34c3b061b1b565dc087dfb8679292cf8e828d4.zip
fix #13697
[skip sauce]
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/components/input-groups.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html
index e7ea9c064..4cfddad08 100644
--- a/docs/_includes/components/input-groups.html
+++ b/docs/_includes/components/input-groups.html
@@ -221,7 +221,7 @@
<div class="input-group">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
- <ul class="dropdown-menu">
+ <ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
@@ -237,7 +237,7 @@
<input type="text" class="form-control">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Action <span class="caret"></span></button>
- <ul class="dropdown-menu dropdown-menu-right">
+ <ul class="dropdown-menu dropdown-menu-right" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>