diff options
| author | Patrick H. Lauke <[email protected]> | 2014-11-14 01:27:47 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2014-11-14 10:52:56 +0000 |
| commit | 25cac1ea9a70ab192a4b4fb49b972de2f342d240 (patch) | |
| tree | b2448bd46b5f1c63d9a3b99ebe16b33eeedaa4aa /docs/_includes/js | |
| parent | 27d9d35ffd2ec9787374247b373d0cf96cdad3e8 (diff) | |
| download | bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.tar.xz bootstrap-25cac1ea9a70ab192a4b4fb49b972de2f342d240.zip | |
Redundant role="form" on <form>s
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 993b72103..583bc71ca 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -229,7 +229,7 @@ <h4 class="modal-title" id="exampleModalLabel">New message</h4> </div> <div class="modal-body"> - <form role="form"> + <form> <div class="form-group"> <label for="recipient-name" class="control-label">Recipient:</label> <input type="text" class="form-control" id="recipient-name"> @@ -262,7 +262,7 @@ <h4 class="modal-title" id="exampleModalLabel">New message</h4> </div> <div class="modal-body"> - <form role="form"> + <form> <div class="form-group"> <label for="recipient-name" class="control-label">Recipient:</label> <input type="text" class="form-control" id="recipient-name"> |
