diff options
| author | Jacob Thornton <[email protected]> | 2012-08-01 20:26:44 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-08-01 20:26:44 -0700 |
| commit | 48546c2735f445618fc3972a752393417d17ebb3 (patch) | |
| tree | a5e35544b95313d2b0b347852b29f9763087edbd /docs/templates/pages/javascript.mustache | |
| parent | 7ec1778103c94c66208e32c9d4c89c31c00802e0 (diff) | |
| download | bootstrap-48546c2735f445618fc3972a752393417d17ebb3.tar.xz bootstrap-48546c2735f445618fc3972a752393417d17ebb3.zip | |
aria-labelledby="myModalLabel" aria-hidden="true"
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index b6411aac6..823a5bcd8 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -183,7 +183,7 @@ $('#myModal').on('show', function (e) { <a href="#myModal" role="button" class="btn" data-toggle="modal">{{_i}}Launch demo modal{{/i}}</a> <-- Modal --> -<div class="modal" id="myModal" tabindex="-1" role="dialog> +<div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="myModalLabel">Modal header</h3> |
