diff --git a/htdocs/adherents/public.php b/htdocs/adherents/public.php
index 3fde848cbef..20088ad11ec 100644
--- a/htdocs/adherents/public.php
+++ b/htdocs/adherents/public.php
@@ -48,12 +48,10 @@ print '
';
print '
| '.$langs->trans("Description").' | '.$langs->trans("URL").' |
| '.$langs->trans("BlankSubscriptionForm").' | '.$firstpart.DOL_URL_ROOT.'/public/members/new.php'.' |
| '.$langs->trans("PublicMemberList").' | '.$firstpart.DOL_URL_ROOT.'/public/members/public_list.php'.' |
| '.$langs->trans("PublicMemberCard").' | '.$firstpart.DOL_URL_ROOT.'/public/members/public_card.php?id=xxx'.' |
| '.$langs->trans("BlankSubscriptionForm").' | '.$urlwithouturlroot.DOL_URL_ROOT.'/public/members/new.php'.' |
| '.$langs->trans("PublicMemberList").' | '.$urlwithouturlroot.DOL_URL_ROOT.'/public/members/public_list.php'.' |
| '.$langs->trans("PublicMemberCard").' | '.$urlwithouturlroot.DOL_URL_ROOT.'/public/members/public_card.php?id=xxx'.' |
