2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

contrib/Infopanel: added meta header for utf-8

git-svn-id: https://svn.fhem.de/fhem/trunk@7865 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-02-04 09:51:28 +00:00
parent 12223783dc
commit df1eced2fb

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;
}