From: Alf Høgemark Date: Sun, 9 Feb 2014 11:17:35 +0000 (+0100) Subject: fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=56914f126f4fca922ae297fc833f4ac68e9f820a fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase --- diff --git a/html/cgi-bin/fireinfo.cgi b/html/cgi-bin/fireinfo.cgi index 11c4637d6..5eec4ba96 100644 --- 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 "$errormessage \n"; + print "$errormessage \n"; &Header::closebox(); }