From 6e43dc367dc532346f0544dfd68fa375c840a8cd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 30 May 2024 12:28:43 +0200 Subject: [PATCH] CSS --- htdocs/adherents/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 8eb5fd63daf..d13213e87a8 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -1300,7 +1300,7 @@ while ($i < $imaxinloop) { } // Firstname if (!empty($arrayfields['d.firstname']['checked'])) { - print ''; + print ''; print $memberstatic->getNomUrl(0, 0, 'card', 'firstname'); //print $obj->firstname; print "\n"; @@ -1310,7 +1310,7 @@ while ($i < $imaxinloop) { } // Lastname if (!empty($arrayfields['d.lastname']['checked'])) { - print ''; + print ''; print $memberstatic->getNomUrl(0, 0, 'card', 'lastname'); //print $obj->lastname; print "\n";