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").'';