commit 191ba8a: [Minor] Remove `form` role

moisseev moiseev at mezonplus.ru
Sun Jun 16 10:28:03 UTC 2019


Author: moisseev
Date: 2019-06-15 18:33:31 +0300
URL: https://github.com/rspamd/rspamd/commit/191ba8ac3133ce8ac9ca593f0a5aef4b9f4cbce1

[Minor] Remove `form` role
as it is unnecessary for a `form` element.

---
 interface/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/index.html b/interface/index.html
index bb3206aa9..a04ef78fc 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -244,7 +244,7 @@
 						<div class="row">
 							<div class="col-md-6">
 								<div class="well well-sm">
-									<form class="form-inline" role="form">
+									<form class="form-inline">
 										<h5>Learn Bayessian classifier:</h5>
 										<div class="form-group">
 											<div class="btn-group">
@@ -257,7 +257,7 @@
 							</div>
 							<div class="col-md-6">
 								<div class="well well-sm">
-									<form class="form-inline" role="form">
+									<form class="form-inline">
 										<h5>Learn Fuzzy storage:</h5>
 										<div class="form-group">
 											<label for="fuzzyFlagText">Flag:</label>


More information about the Commits mailing list