mirror of
https://github.com/webmin/webmin.git
synced 2026-02-28 16:32:28 +00:00
Fix to avoid leaking to neighboring property when size is unset
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled
This commit is contained in:
@@ -823,7 +823,7 @@ return "<input class='ui_textbox$cls' type='text' ".
|
||||
"name=\"".&html_escape($name)."\" ".
|
||||
"id=\"".&html_escape($name)."\" ".
|
||||
"value=\"".&html_escape($value)."\" ".
|
||||
"size=$size".($dis ? " disabled='true'" : "").
|
||||
"size='$size'".($dis ? " disabled='true'" : "").
|
||||
($max ? " maxlength='$max'" : "").
|
||||
($tags ? " ".$tags : "").">";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user