From 9b50ff1f853fc737012da1afc9d656f83fcea4b6 Mon Sep 17 00:00:00 2001 From: betateilchen Date: Wed, 4 Feb 2015 09:51:28 +0000 Subject: [PATCH] contrib/Infopanel: added meta header for utf-8 git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7865 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 71e558c3e..b280e1f3d 100644 --- a/fhem/contrib/InfoPanel/55_InfoPanel.pm +++ b/fhem/contrib/InfoPanel/55_InfoPanel.pm @@ -1072,7 +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 $meta = "\n"; my $code= "$doctype\n\n\n$title\n$r$css$scripts\n"; return $code; }