From: Alf Høgemark Date: Sun, 9 Feb 2014 11:44:58 +0000 (+0100) Subject: gui.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=d2d0d6313948680e16469ff318fc69b9a6384cc5 gui.cgi: htmlcleanup, change html tags from uppercase to lowercase --- diff --git a/html/cgi-bin/gui.cgi b/html/cgi-bin/gui.cgi index 80a059675..726abf7de 100644 --- a/html/cgi-bin/gui.cgi +++ b/html/cgi-bin/gui.cgi @@ -63,7 +63,7 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}") close (FILE); if ( $found == 0 ) { - $errormessage="$errormessage

$Lang::tr{'invalid input'}"; + $errormessage="$errormessage

$Lang::tr{'invalid input'}

"; goto SAVE_ERROR; }