From cdafc55ff1a86e36f6253a197b6501b730eb51e8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 24 Jul 2007 21:44:28 +0000 Subject: [PATCH] Fix: centrage du message sur la page de login --- htdocs/lib/functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 892c9c06464..9c9bc26aaa6 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1240,9 +1240,9 @@ function dol_loginfunction($notused,$pearstatus) } if ($conf->global->MAIN_HOME) { - print '
'; + print '
'; print nl2br(MAIN_HOME); - print '

'; + print '

'; } // Fin entete html