From 43897d913e248fd271dd277def9a570ae44b15ce Mon Sep 17 00:00:00 2001 From: a-schild Date: Wed, 8 Jul 2015 09:44:59 +0200 Subject: [PATCH] Corrected center to html5 css class instead of center tag --- htdocs/fourn/facture/paiement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 35d1f9311e4..09ea8fa23b6 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -435,8 +435,8 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie // Bouton Enregistrer if ($action != 'add_paiement') { - print '

'.$langs->trans("ClosePaidInvoicesAutomatically"); - print '
'; + print '
'.$langs->trans("ClosePaidInvoicesAutomatically"); + print '
'; } // Form to confirm payment