problème IE + for autocomplete, we need to use un doctype 3.2

This commit is contained in:
Dany De Bontridder 2014-12-11 14:34:12 +01:00
parent fae0c04c83
commit 5d854f486e

View file

@ -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> ';