aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2014-11-14 01:27:47 +0000
committerPatrick H. Lauke <[email protected]>2014-11-14 10:52:56 +0000
commit25cac1ea9a70ab192a4b4fb49b972de2f342d240 (patch)
treeb2448bd46b5f1c63d9a3b99ebe16b33eeedaa4aa /docs/_includes/js
parent27d9d35ffd2ec9787374247b373d0cf96cdad3e8 (diff)
downloadbootstrap-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.html4
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">