diff --git a/fhem/contrib/InfoPanel/55_InfoPanel.pm b/fhem/contrib/InfoPanel/55_InfoPanel.pm index fd80a4540..71e558c3e 100644 --- a/fhem/contrib/InfoPanel/55_InfoPanel.pm +++ b/fhem/contrib/InfoPanel/55_InfoPanel.pm @@ -1063,7 +1063,7 @@ sub btIP_HTMLHead($$) { # my $doctype= ''; # my $xmlns= 'xmlns="http://www.w3.org/1999/xhtml"'; - my $doctype= ' '."\n". + my $doctype= ' '."\n". ''."\n"; my $xmlns= ""; @@ -1072,6 +1072,7 @@ sub btIP_HTMLHead($$) { # css and js header output should be coded only in one place my $css= ""; my $scripts= btIP_getScript(); +# my $meta = "\n"; my $code= "$doctype\n\n\n$title\n$r$css$scripts\n"; return $code; }