mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
cgi-bin: Use readonly="readonly" attribute on html input elements
The proper way to mark readonly is to use readonly="readonly", not readonly="true", like it was done some places.
This commit is contained in:
@@ -41,7 +41,7 @@ my %mainsettings = ();
|
||||
|
||||
&Header::openbox('100%', 'left',"MD Raid State");
|
||||
|
||||
print '<textarea rows="25" cols="80" readonly="true">';
|
||||
print '<textarea rows="25" cols="80" readonly="readonly">';
|
||||
print `cat "/proc/mdstat"`;
|
||||
print '</textarea>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user