diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
index 90c84dce7bc..896dddd55e3 100644
--- a/htdocs/adherents/card.php
+++ b/htdocs/adherents/card.php
@@ -1541,7 +1541,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
// Morphy
print '
| '.$langs->trans("MemberNature").' | '.$object->getmorphylib().' | ';
print '
';
-
+
print '';
// Company
diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php
index 272bc6c7777..b48328a17e8 100644
--- a/htdocs/adherents/subscription.php
+++ b/htdocs/adherents/subscription.php
@@ -492,7 +492,7 @@ if ($rowid > 0) {
// Morphy
print '| '.$langs->trans("MemberNature").' | '.$object->getmorphylib().' | ';
print '
';
-
+
// Company
print '| '.$langs->trans("Company").' | '.$object->company.' |
';