From b2bad15a046d13594efd463fcf10fe899e2eb736 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Nov 2024 02:25:37 +0100 Subject: [PATCH] CSS --- htdocs/contact/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index f6aedacb6bfdf..e4831263affb5 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -1600,7 +1600,7 @@ // EMail if (!empty($arrayfields['p.email']['checked'])) { - print ''; + print ''; if ($contextpage == 'poslist') { print $obj->email; } else { @@ -1640,7 +1640,7 @@ // Company / Third Party if (!empty($arrayfields['p.fk_soc']['checked']) || !empty($arrayfields['s.nom']['checked'])) { - print ''; + print ''; if ($obj->socid) { $objsoc = new Societe($db); $objsoc->fetch($obj->socid);