mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[HTMLUtils] Remove value from 'required' attribute
The 'required' attribute has no value, see https://www.w3.org/TR/html5/forms.html#the-required-attribute
This commit is contained in:
@@ -93,7 +93,7 @@ CARD;
|
||||
$additionalInfoString = "";
|
||||
if(isset($inputEntry['required'])) {
|
||||
|
||||
$additionalInfoString .= " required=\"required\"";
|
||||
$additionalInfoString .= " required";
|
||||
|
||||
}
|
||||
if(isset($inputEntry['pattern'])) {
|
||||
|
Reference in New Issue
Block a user