2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Redundant role="form" on <form>s

This commit is contained in:
Patrick H. Lauke
2014-11-14 01:27:47 +00:00
parent 27d9d35ffd
commit 25cac1ea9a
6 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -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">