From 9f775ca48083b3641276306837745ad6e14eec01 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 29 Aug 2019 01:37:19 +0200 Subject: [PATCH] Fix look and feel v10 --- htdocs/projet/ganttview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php index ba1e2f2994e..86e8d2dbde8 100644 --- a/htdocs/projet/ganttview.php +++ b/htdocs/projet/ganttview.php @@ -132,7 +132,7 @@ if (($id > 0 && is_numeric($id)) || ! empty($ref)) print '
'; print '
'; - print ''; + print '
'; // Visibility print '
'.$langs->trans("Visibility").''; @@ -166,7 +166,7 @@ if (($id > 0 && is_numeric($id)) || ! empty($ref)) print '
'; print '
'; - print ''; + print '
'; // Description print '
'.$langs->trans("Description").'';