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";