diff --git a/htdocs/adherents/subscription/card.php b/htdocs/adherents/subscription/card.php
index 3faa6974c8f..014806a2a2f 100644
--- a/htdocs/adherents/subscription/card.php
+++ b/htdocs/adherents/subscription/card.php
@@ -313,13 +313,13 @@ if ($rowid && $action != 'edit')
print '
';
print '| '.$langs->trans("Type").' | ';
print '';
- if ( ! empty($object->fk_type) ) {
- $adht->fetch($object->fk_type);
+ if ( ! empty($object->fk_type) ) {
+ $adht->fetch($object->fk_type);
print $adht->getNomUrl(1);
} else {
- print $langs->trans("NoType");
+ print $langs->trans("NoType");
}
- print ' |
';
+ print '';
// Member
$adh->ref=$adh->getFullName($langs);