From f06b7dd3b1e99fd0dbc330f3b3fd1a86cc764307 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Wed, 4 Feb 2015 13:55:26 +0000 Subject: [PATCH] contrib/Infopanel: added meta header for utf-8 git-svn-id: https://svn.fhem.de/fhem/trunk@7869 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/InfoPanel/55_InfoPanel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/InfoPanel/55_InfoPanel.pm b/fhem/contrib/InfoPanel/55_InfoPanel.pm index b280e1f3d..682e25201 100644 --- a/fhem/contrib/InfoPanel/55_InfoPanel.pm +++ b/fhem/contrib/InfoPanel/55_InfoPanel.pm @@ -1073,7 +1073,7 @@ sub btIP_HTMLHead($$) { my $css= ""; my $scripts= btIP_getScript(); my $meta = "\n"; - my $code= "$doctype\n\n\n$title\n$r$css$scripts\n"; + my $code= "$doctype\n\n\n$title\n$meta$r$css$scripts\n"; return $code; }