From 0427cce9b262a2062a4e6904ea1dda1db796a9f5 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Fri, 26 Aug 2022 19:23:51 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/adherents/admin/website.php | 2 +- htdocs/public/members/new.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php index b4c40936bbf..4ea40427de7 100644 --- a/htdocs/adherents/admin/website.php +++ b/htdocs/adherents/admin/website.php @@ -218,7 +218,7 @@ if (!empty($conf->global->MEMBER_ENABLE_PUBLIC)) { print $form->selectyesno("MEMBER_NEWFORM_EDITAMOUNT", (!empty($conf->global->MEMBER_NEWFORM_EDITAMOUNT) ? $conf->global->MEMBER_NEWFORM_EDITAMOUNT : 0), 1); print "\n"; - // SHow counter of validated members publicly + // SHow counter of validated members publicly print ''; print $langs->trans("MemberCountersArePublic"); print ''; diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index 531bfcfd152..25ad932456a 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -776,7 +776,7 @@ if (!empty($conf->global->MEMBER_SKIP_TABLE) || !empty($conf->global->MEMBER_NEW print ''.$langs->trans("Amount").''; print ''.$langs->trans("MembersNature").''; print ''.$langs->trans("VoteAllowed").''; - if($publiccounters) print ''.$langs->trans("Members").''; + if ($publiccounters) print ''.$langs->trans("Members").''; print ''.$langs->trans("NewSubscription").''; print "\n"; @@ -817,7 +817,7 @@ if (!empty($conf->global->MEMBER_SKIP_TABLE) || !empty($conf->global->MEMBER_NEW print ''; print ''.yn($objp->vote).''; $membercount = $objp->membercount>0? $objp->membercount: "–"; - if($publiccounters) print ''.$membercount.''; + if ($publiccounters) print ''.$membercount.''; print ''; print ""; $i++;