From a2c4771d7c08f15a06d23361c5119fd8243c0dac Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 28 Jan 2016 22:29:56 -0800 Subject: [PATCH] Docs: Add missing `role="document"`s to `.modal-dialog`s Refs https://github.com/twbs/bootlint/pull/349#issuecomment-176554436 [skip sauce] --- docs/_includes/js/modal.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index bea45b4cf9..f42ed334cc 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -28,7 +28,7 @@ $('#myModal').on('shown.bs.modal', function () {

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