From 406725a894121cc9c367dd1598f12367b1872a11 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 20 Mar 2011 10:16:18 +0000 Subject: [PATCH] For test xhtml compatibility --- htdocs/core/tpl/login.tpl.php | 3 ++- htdocs/main.inc.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index af5dd80415a..31a13a35664 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -22,8 +22,9 @@ header('Cache-Control: Public, must-revalidate'); header("Content-type: text/html; charset=".$conf->file->character_set_client); ?> + - + diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index ed91b9a34fc..a1af9710e26 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -828,10 +828,10 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs if (empty($conf->css)) $conf->css = '/theme/eldy/style.css.php'; // If not defined, eldy by default - print ''; + //print ''; //print ''; //print ''; - //print ''; + print ''; print "\n"; print "\n"; if (empty($disablehead))