From 8ed76a233c2bc1ed31705be07d2eb2298c17f98b Mon Sep 17 00:00:00 2001 From: Joern-Ingo Weigert Date: Mon, 4 Mar 2013 21:28:34 +0100 Subject: [PATCH] Modify Page Header to correct XHTML-Sytax (ipfire) --- html/html/themes/ipfire/include/functions.pl | 26 +++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index c681f804a7..4d17594a47 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -143,14 +143,12 @@ sub openpage { } print < - - - - $title - + + + + + $title $extrahead - END ; if ($settings{'FX'} ne 'off') { @@ -278,14 +276,12 @@ sub openpagewithoutmenu { } print < - - - - $title - - $extrahead - + + + + + $title + $extrahead END ; if ($settings{'FX'} ne 'off') { -- 2.39.5