aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/button-groups.html
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-05-30 00:05:34 +0100
committerPatrick H. Lauke <[email protected]>2015-05-30 00:05:34 +0100
commit39137b9f4a26608988232f7d4966af280e46b689 (patch)
tree4e15feb2d102434a9c53703e855fff6236de09f4 /docs/_includes/components/button-groups.html
parent3487898a6af8c1d5b12f7b040d30e71b19e34923 (diff)
parent3b59b97c626bf2accef8217339b04712666c36d9 (diff)
downloadbootstrap-39137b9f4a26608988232f7d4966af280e46b689.tar.xz
bootstrap-39137b9f4a26608988232f7d4966af280e46b689.zip
Merge pull request #16561 from patrickhlauke/docs-separators
ensure divider list items have `role="separator"`
Diffstat (limited to 'docs/_includes/components/button-groups.html')
-rw-r--r--docs/_includes/components/button-groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html
index 5f61bfc05..8a52e5e65 100644
--- a/docs/_includes/components/button-groups.html
+++ b/docs/_includes/components/button-groups.html
@@ -220,7 +220,7 @@
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
- <li class="divider"></li>
+ <li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</div>