diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
index 644eb34d184..2b7a5f190be 100644
--- a/htdocs/adherents/card.php
+++ b/htdocs/adherents/card.php
@@ -1675,7 +1675,7 @@ else
print '
| ';
print $form->select_company($object->fk_soc,'socid','',1);
print ' | ';
- print ' | ';
+ print ' | ';
print '
';
}
else
diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php
index b2b75010802..d7b3f3304ff 100644
--- a/htdocs/adherents/list.php
+++ b/htdocs/adherents/list.php
@@ -875,8 +875,8 @@ if (isset($totalarray['pos']))
{
if ($i == 1)
{
- if ($num < $limit) print ''.$langs->trans("Total").' | ';
- else print ''.$langs->trans("Totalforthispage").' | ';
+ if ($num < $limit) print ''.$langs->trans("Total").' | ';
+ else print ''.$langs->trans("Totalforthispage").' | ';
}
else print ' | ';
}
diff --git a/htdocs/adherents/subscription.php b/htdocs/adherents/subscription.php
index b28998ec39e..a8408dc4345 100644
--- a/htdocs/adherents/subscription.php
+++ b/htdocs/adherents/subscription.php
@@ -584,7 +584,7 @@ if ($rowid > 0)
print '| ';
print $form->select_company($object->fk_soc,'socid','',1);
print ' | ';
- print ' | ';
+ print ' | ';
print '
';
}
else