mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03: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:
parent
43dce4b228
commit
a70e143dc4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ CARD;
|
|||
$additionalInfoString = "";
|
||||
if(isset($inputEntry['required'])) {
|
||||
|
||||
$additionalInfoString .= " required=\"required\"";
|
||||
$additionalInfoString .= " required";
|
||||
|
||||
}
|
||||
if(isset($inputEntry['pattern'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue