diff --git a/htdocs/projet/card.php b/htdocs/projet/card.php index 113ca7322b7..7c5b3ab17e3 100644 --- a/htdocs/projet/card.php +++ b/htdocs/projet/card.php @@ -977,7 +977,7 @@ elseif ($object->id > 0) print '
'; print '
'; - print ''; + print '
'; // Description print '
'.$langs->trans("Description").''; diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index c48b86ed8f9..64ec859cc0c 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -478,10 +478,10 @@ if ($sall) print '
'; if ($search_fk_status == 'non_closed') { - print ''; + print ''; $param .= '&search_fk_status=non_closed'; } else { - print ''; + print ''; $param .= '&search_fk_status=-1'; } print '
';