From b1e51835f51bd9ca9814c9101aba45e1312e70b1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Jan 2019 14:49:26 +0100 Subject: [PATCH] Fix bad link and css --- htdocs/projet/card.php | 2 +- htdocs/ticket/list.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 '
';