From b55b0e505f871f2295a797b2ba7bd03eafdbfd82 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 9 Jul 2020 13:56:29 +0200 Subject: [PATCH] FIX wrap on contract ref --- htdocs/contrat/services_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/services_list.php b/htdocs/contrat/services_list.php index fd46b8eba98..18a5b561387 100644 --- a/htdocs/contrat/services_list.php +++ b/htdocs/contrat/services_list.php @@ -576,7 +576,7 @@ while ($i < min($num, $limit)) // Ref if (!empty($arrayfields['c.ref']['checked'])) { - print ''; + print ''; print $contractstatic->getNomUrl(1, 16); print ''; if (!$i) $totalarray['nbfield']++;