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']++;