From b095846bb50dc023e8a4b3d567e6cbe311e372ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 8 Apr 2005 23:52:21 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index 5bed5d597ee..655932b4e83 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -44,7 +44,7 @@ print_fiche_titre($langs->trans("WelcomeString",dolibarr_print_date(mktime(),"%A if (defined("MAIN_MOTD") && strlen(trim(MAIN_MOTD))) { - print "
".nl2br(MAIN_MOTD); + print '
'.nl2br(MAIN_MOTD).'
'; } print "
\n";