]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
gui.cgi: htmlcleanup, change html tags from uppercase to lowercase
authorAlf Høgemark <alf@i100.no>
Sun, 9 Feb 2014 11:44:58 +0000 (12:44 +0100)
committerAlf Høgemark <alf@i100.no>
Sat, 15 Feb 2014 14:51:41 +0000 (15:51 +0100)
html/cgi-bin/gui.cgi

index 80a059675a8b752228dd16f367156faee866c5c8..726abf7dee5742d7b0b80ecf74f7ecf05f61b11e 100644 (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;
        }