From e3d0cb16378d95399d1996ae1475b0393377fd64 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Feb 2019 14:32:23 +0100 Subject: [PATCH] Fix css --- htdocs/public/payment/newpayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index e35ef840978..6ed907b3e79 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -1606,7 +1606,7 @@ if ($action != 'dopayment') if ($source == 'membersubscription' && $object->datefin > dol_now()) { $langs->load("members"); - print '
'.$langs->trans("MembershipPaid", $object->datefin).'
'; + print '
'.$langs->trans("MembershipPaid", $object->datefin).'
'; } // Buttons for all payments registration methods