From eea1d2d7e167120d7af02fa27876bea164af7374 Mon Sep 17 00:00:00 2001 From: Joern-Ingo Weigert Date: Mon, 4 Mar 2013 21:30:22 +0100 Subject: [PATCH] Modify Page Header to correct XHTML-Sytax (maniac) --- html/html/themes/maniac/include/functions.pl | 26 +++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/html/html/themes/maniac/include/functions.pl b/html/html/themes/maniac/include/functions.pl index 4bd1ed647..3759bbb25 100644 --- a/html/html/themes/maniac/include/functions.pl +++ b/html/html/themes/maniac/include/functions.pl @@ -143,14 +143,12 @@ sub openpage { } print < - - - - $title - + + + + + $title $extrahead - END ; if ($settings{'FX'} ne 'off') { @@ -291,14 +289,12 @@ sub openpagewithoutmenu { } print < - - - - $title - - $extrahead - + + + + + $title + $extrahead END ; if ($settings{'FX'} ne 'off') { -- 2.39.2