mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase
This commit is contained in:
@@ -530,7 +530,7 @@ END
|
||||
;
|
||||
if ($pppsettings{'TYPE'} =~ /^(modem)$/) {
|
||||
print <<END
|
||||
<td colspan='1' width='25%'><A HREF=modem.cgi>$Lang::tr{'modem configuration'}</A></td>
|
||||
<td colspan='1' width='25%'><a href='modem.cgi'>$Lang::tr{'modem configuration'}</a></td>
|
||||
END
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user