mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
gui.cgi: htmlcleanup, change html tags from uppercase to lowercase
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user