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
This commit is contained in:
betateilchen
2015-02-04 09:51:28 +00:00
parent 1606078a45
commit 9b50ff1f85

View File

@@ -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 = "<meta charset=\"UTF-8\">\n";
my $meta = "<meta charset=\"UTF-8\">\n";
my $code= "$doctype\n<html $xmlns>\n<head>\n<title>$title</title>\n$r$css$scripts</head>\n";
return $code;
}