From 7079e6d4bc38f120ac46ff2a672fec83d8a2647f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 13 Jul 2017 14:29:47 +0200 Subject: [PATCH] Update task.php --- htdocs/projet/tasks/task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/tasks/task.php b/htdocs/projet/tasks/task.php index f936cddd4e9..2a30b326da6 100644 --- a/htdocs/projet/tasks/task.php +++ b/htdocs/projet/tasks/task.php @@ -461,8 +461,8 @@ if ($id > 0 || ! empty($ref)) if(!empty($projectstatic->thirdparty)) { $morehtmlref.=$langs->trans("ThirdParty").': '; $morehtmlref.=$projectstatic->thirdparty->getNomUrl(1); - $morehtmlref.=''; } + $morehtmlref.=''; } dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref, $param);