2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

01_FHEMWEB.pm: IE11/Edge patch (Forum #18316)

git-svn-id: https://svn.fhem.de/fhem/trunk@10941 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-02-26 09:03:12 +00:00
parent 4a838f25ac
commit 41e00eeb6b

View File

@ -786,6 +786,7 @@ FW_answerCall($)
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
FW_pO "<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">";#Forum 18316
# Enable WebApps
if($FW_tp || $FW_ss) {