From e39e54503ee100d9e865dc1b781cee4643c98f04 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 25 Sep 2018 12:54:24 +0200 Subject: [PATCH] Fix responsive --- htdocs/contact/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index b60fdd8886b..04132fa9b75 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -732,7 +732,7 @@ while ($i < min($num,$limit)) // Job position if (! empty($arrayfields['p.poste']['checked'])) { - print ''.dol_trunc($obj->poste,20).''; + print ''.$obj->poste.''; if (! $i) $totalarray['nbfield']++; } // Zip