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

This commit is contained in:
Alf Høgemark
2014-02-11 19:06:32 +01:00
parent 6161430626
commit b740cdd7bf
5 changed files with 120 additions and 120 deletions

View File

@@ -182,7 +182,7 @@ my $thiscode = '$temp =~ /$filter/;';
eval($thiscode);
if ($@ ne '')
{
$errormessage = "$Lang::tr{'bad ignore filter'}.$@<P>";
$errormessage = "$Lang::tr{'bad ignore filter'}.$@<p>";
$filter = '';
} else {
my $loop = 1;