projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d8a42
)
fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase
author
Alf Høgemark
<alf@i100.no>
Sun, 9 Feb 2014 11:17:35 +0000
(12:17 +0100)
committer
Alf Høgemark
<alf@i100.no>
Sat, 15 Feb 2014 14:46:27 +0000
(15:46 +0100)
html/cgi-bin/fireinfo.cgi
patch
|
blob
|
blame
|
history
diff --git
a/html/cgi-bin/fireinfo.cgi
b/html/cgi-bin/fireinfo.cgi
index 11c4637d69eba249a4634669d2af05affe7ac89e..5eec4ba9647a644278baa8e5afaad0f09816c887 100644
(file)
--- a/
html/cgi-bin/fireinfo.cgi
+++ b/
html/cgi-bin/fireinfo.cgi
@@
-79,7
+79,7
@@
END
if ($errormessage) {
&Header::openbox('100%', 'left', "$Lang::tr{'error messages'}");
- print "<
FONT CLASS='base'>$errormessage </FONT
>\n";
+ print "<
font class='base'>$errormessage </font
>\n";
&Header::closebox();
}