problème IE + for autocomplete, we need to use un doctype 3.2
This commit is contained in:
parent
fae0c04c83
commit
5d854f486e
1 changed files with 3 additions and 2 deletions
|
|
@ -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> ';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue