mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-10 08:04:00 +00:00
01_FHEMWEB.pm: add meta charset tag (Forum #28666)
git-svn-id: https://svn.fhem.de/fhem/trunk@6884 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
19c0a54ef3
commit
a0ce191372
@ -633,6 +633,7 @@ FW_answerCall($)
|
||||
FW_pO '<html xmlns="http://www.w3.org/1999/xhtml">';
|
||||
FW_pO "<head root=\"$FW_ME\">\n<title>$t</title>";
|
||||
FW_pO '<link rel="shortcut icon" href="'.FW_IconURL("favicon").'" />';
|
||||
FW_pO "<meta charset=\"$FW_encoding\">"; # Forum 28666
|
||||
|
||||
# Enable WebApps
|
||||
if($FW_tp || $FW_ss) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user