From e8a5966a84356eeedf4e8a194bc203afc7624f58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 May 2024 22:18:00 +0200 Subject: [PATCH] Clean code --- htdocs/admin/proxy.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/proxy.php b/htdocs/admin/proxy.php index 8b728a37740..2c4105019e5 100644 --- a/htdocs/admin/proxy.php +++ b/htdocs/admin/proxy.php @@ -123,7 +123,7 @@ if ($conf->use_javascript_ajax) { // Timeout -print ''; +print '
'; print ''; print ''; @@ -197,10 +197,10 @@ print ''; print '
'.$langs->trans("Parameters").'
'; -print dol_get_fiche_end(); - print $form->buttonsSaveCancel("Modify", ''); +print dol_get_fiche_end(); + print ''; // End of page