From 94b4076dd2efba9af71f0b18d4ee4b163aa9e0dd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 15 Nov 2015 22:07:39 -0800 Subject: [PATCH] Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`s Refs https://github.com/twbs/bootlint/pull/314 [skip sauce] --- docs/_includes/js/modal.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 9798d85bb6..bea45b4cf9 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -27,7 +27,7 @@ $('#myModal').on('shown.bs.modal', function () {

Static example

A rendered modal with header, body, and set of actions in the footer.

-