diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index bbc2415086d..130e9fa410c 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -601,15 +601,15 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0) // Pour le tuning optionnel. Activer si la variable d'environnement DOL_TUNING // est positionne A appeler avant tout. if (isset($_SERVER['DOL_TUNING'])) $micro_start_time=dol_microtime_float(true); - - if (! $conf->css) $conf->css ='/theme/eldy/eldy.css.php'; + + if (! $conf->css) $conf->css ='/theme/eldy/eldy.css.php'; - //header("Content-type: text/html; charset=UTF-8"); + //header("Content-type: text/html; charset=UTF-8"); header("Content-type: text/html; charset=".$conf->character_set_client); - print ''; + print ''; //print ''; - print "\n"; + print "\n"; print "\n"; if ($disablehead == 0) {