]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
cgi-bin: Use readonly="readonly" attribute on html input elements
authorAlf Høgemark <alf@i100.no>
Tue, 18 Feb 2014 17:48:57 +0000 (18:48 +0100)
committerAlf Høgemark <alf@i100.no>
Tue, 18 Feb 2014 17:48:57 +0000 (18:48 +0100)
commit153cf6406ccff186696926d3ad84103a4b496ba8
treedcea4b5b807a30ab8696b9e7f91a257715cfa1c5
parentb21d47c804407458aee20b5609ca99ec63f710f8
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.
html/cgi-bin/fireinfo.cgi
html/cgi-bin/gpl.cgi
html/cgi-bin/mdstat.cgi
html/cgi-bin/ovpnmain.cgi
html/cgi-bin/proxy.cgi
html/cgi-bin/samba.cgi