noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 169/219: For MSIE, force to unicode (still pr


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 169/219: For MSIE, force to unicode (still problem with MSIE11) !
Date: Mon, 18 Dec 2017 13:22:58 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 28fd8633ebd10256487ff156795179f6c45ec39c
Author: Dany De Bontridder <address@hidden>
Date:   Mon Nov 27 22:20:11 2017 +0100

    For MSIE, force to unicode (still problem with MSIE11) !
---
 include/lib/ac_common.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php
index c5b9b92..f274230 100644
--- a/include/lib/ac_common.php
+++ b/include/lib/ac_common.php
@@ -312,11 +312,12 @@ function html_page_start($p_theme="", $p_script="", 
$p_script2="")
        $p_script2 = '<script src="' . $p_script2 . '?version='.SVNINFO.'" 
type="text/javascript"></script>';
     $style=trim($style);
     echo "<HEAD>";
+    echo '<meta charset="utf-8">';
+    echo "<META http-equiv=\"Content-Type\" content=\"text/html; 
charset=UTF-8\">";
     if ( $is_msie == 1 )echo '      <meta http-equiv="x-ua-compatible" 
content="IE=edge"/>';
     echo "
     <TITLE>$title</TITLE>
        <link rel=\"icon\" type=\"image/ico\" href=\"favicon.ico\" />
-    <META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">
     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
     <LINK REL=\"stylesheet\" type=\"text/css\" 
href=\"".$style."?version=".SVNINFO."\" media=\"screen\"/>
     <link rel=\"stylesheet\" type=\"text/css\" 
href=\"./style-print.css?version=".SVNINFO."\" media=\"print\"/>" .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]