From 88522b070697ab63630260250b51c78773c3603d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Nov 2023 21:28:43 +0100 Subject: [PATCH] Fix css --- htdocs/expedition/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 40c8191043a..b73235d9f9f 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -940,8 +940,8 @@ while ($i < min($num, $limit)) { // Ref customer if (!empty($arrayfields['e.ref_customer']['checked'])) { - print ""; - print $obj->ref_customer; + print ''; + print dol_escape_htmltag($obj->ref_customer); print "\n"; if (!$i) { $totalarray['nbfield']++;