noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/05: problème IE + for autocomplete, we ne


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/05: problème IE + for autocomplete, we need to use un doctype 3.2
Date: Thu, 11 Dec 2014 13:35:57 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5d854f486e1745f88665e5172503032bd69bf5f7
Author: Dany De Bontridder <address@hidden>
Date:   Thu Dec 11 14:34:12 2014 +0100

    problème IE + for autocomplete, we need to use un doctype 3.2
---
 include/ac_common.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/ac_common.php b/include/ac_common.php
index 7b2fc74..784f946 100644
--- a/include/ac_common.php
+++ b/include/ac_common.php
@@ -307,7 +307,9 @@ function html_page_start($p_theme="", $p_script="", 
$p_script2="")
        $p_script2 = '<script src="' . $p_script2 . '" 
type="text/javascript"></script>';
     $style=trim($style);
     $DIR=dirname(__FILE__);
-    echo "<HEAD>
+    echo "<HEAD>";
+   // 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\">
@@ -319,7 +321,6 @@ function html_page_start($p_theme="", $p_script="", 
$p_script2="")
     <script type="text/javascript" src="js/lang/calendar-en.js"></script>
     <script language="javascript" src="js/calendar-setup.js"></script>
     <LINK REL="stylesheet" type="text/css" href="calendar-blue.css" 
media="screen">';
-    if ( $is_msie == 1 )echo '      <meta http-equiv="x-ua-compatible" 
content="IE=edge"/>';
 
     echo '    </HEAD>    ';
 



reply via email to

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