From d2d0d6313948680e16469ff318fc69b9a6384cc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alf=20H=C3=B8gemark?= Date: Sun, 9 Feb 2014 12:44:58 +0100 Subject: [PATCH] gui.cgi: htmlcleanup, change html tags from uppercase to lowercase --- html/cgi-bin/gui.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2