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@7869 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-02-04 13:55:26 +00:00
parent 0b0b1edfba
commit f06b7dd3b1

View File

@ -1073,7 +1073,7 @@ sub btIP_HTMLHead($$) {
my $css= "";
my $scripts= btIP_getScript();
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";
my $code= "$doctype\n<html $xmlns>\n<head>\n<title>$title</title>\n$meta$r$css$scripts</head>\n";
return $code;
}