From f2f0e4a6fdc0ada2a8eb6045f9e6da5af10afa18 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 Mar 2021 16:47:36 +0200 Subject: [PATCH] css --- htdocs/compta/sociales/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/sociales/list.php b/htdocs/compta/sociales/list.php index 8a43924f41a..d1ec270fd8b 100644 --- a/htdocs/compta/sociales/list.php +++ b/htdocs/compta/sociales/list.php @@ -525,7 +525,7 @@ while ($i < min($num, $limit)) { // Label if (!empty($arrayfields['cs.libelle']['checked'])) { - print ''.dol_trunc($obj->label, 42).''; + print ''.dol_escape_htmltag($obj->label).''; if (!$i) { $totalarray['nbfield']++; }