From 35822d943133c57f456aac2826d257a92271c30f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2022 15:08:36 +0200 Subject: [PATCH] css --- htdocs/fourn/facture/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/facture/list.php b/htdocs/fourn/facture/list.php index df5cd0d090d..1c41820012e 100644 --- a/htdocs/fourn/facture/list.php +++ b/htdocs/fourn/facture/list.php @@ -1434,8 +1434,8 @@ if ($resql) { } // Zip if (!empty($arrayfields['s.zip']['checked'])) { - print ''; - print $obj->zip; + print ''; + print dol_escape_htmltag($obj->zip); print ''; if (!$i) { $totalarray['nbfield']++;