From d83e14049cc079903dd2d5ca2367e2531e75eaa5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 29 Oct 2009 02:23:39 +0000 Subject: [PATCH] Style cleaner --- htdocs/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index dd1b4072fe6..487ad945456 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -553,7 +553,10 @@ print ''; if ($nboflate > 0) { - print '
'.img_picto($langs->trans("Alert"),'warning').' '.$langs->trans("WarningYouHaveAtLeastOneTaskLate").'
'; + print '
'; + //print '
'; + print ''.img_picto($langs->trans("Alert"),'warning').' '.$langs->trans("WarningYouHaveAtLeastOneTaskLate").''; + //print '
'; } print '';