From d29f7ae8d24500f13ce799380140ec29113ee42d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Aug 2022 16:55:30 +0200 Subject: [PATCH] Responsive --- htdocs/contrat/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php index 4f5d8d00b49..5ceec0a4cb9 100644 --- a/htdocs/contrat/list.php +++ b/htdocs/contrat/list.php @@ -872,8 +872,8 @@ while ($i < min($num, $limit)) { } // Country if (!empty($arrayfields['country.code_iso']['checked'])) { - print ''; - print $socstatic->country; + print ''; + print dol_escape_htmltag($socstatic->country); print ''; if (!$i) { $totalarray['nbfield']++;