diff --git a/htdocs/adherents/cotisations.php b/htdocs/adherents/cotisations.php index 1eab3a05da2..2f2d3b0d816 100644 --- a/htdocs/adherents/cotisations.php +++ b/htdocs/adherents/cotisations.php @@ -171,11 +171,11 @@ if ($result) print ''; $html = new Form($db); $html->select_types_paiements(); - print ' - '; - print "trans("Subscriptions").' '.stripslashes($objp->prenom)." ".stripslashes($objp->nom)." ".strftime("%Y",$objp->dateadh)."\" >\n"; + print ' - '; + print "trans("Subscriptions").' '.stripslashes($objp->prenom)." ".stripslashes($objp->nom)." ".strftime("%Y",$objp->dateadh)."\" >\n"; // print ""; // print ""; - print ''; + print ''; print "\n"; print "\n"; }