gui.cgi: htmlcleanup, change html tags from uppercase to lowercase

This commit is contained in:
Alf Høgemark
2014-02-09 12:44:58 +01:00
parent df26152135
commit d2d0d63139

View File

@@ -63,7 +63,7 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}")
close (FILE);
if ( $found == 0 )
{
$errormessage="$errormessage<P>$Lang::tr{'invalid input'}";
$errormessage="$errormessage<p>$Lang::tr{'invalid input'}</p>";
goto SAVE_ERROR;
}