From eb27f8cfe863a33bf9d8ac26a517a2c8194997ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Jul 2017 02:18:33 +0200 Subject: [PATCH] Fix css --- htdocs/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 9b190ac1e2b..f76526d23ea 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -118,7 +118,7 @@ $langs->load("contracts"); if (empty($user->societe_id)) { $boxstat.='
'; - $boxstat.=''; + $boxstat.='
'; $boxstat.=''; $boxstat.=''; $boxstat.=''; @@ -541,7 +541,7 @@ if ($showweather) $boxwork.=''; } -$boxwork.='
'.$langs->trans("DolibarrStateBoard").'
'; +$boxwork.='
'; // Show dashboard $nbworkboardempty=0;