From: Chris Rebert Date: Fri, 29 Jan 2016 06:29:56 +0000 (-0800) Subject: Docs: Add missing `role="document"`s to `.modal-dialog`s X-Git-Tag: v3.3.7~131^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19051%2Fhead;p=thirdparty%2Fbootstrap.git Docs: Add missing `role="document"`s to `.modal-dialog`s Refs https://github.com/twbs/bootlint/pull/349#issuecomment-176554436 [skip sauce] --- 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.