From fbc91ddce8d38f92c305baa404c1eff000f436b4 Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Tue, 11 Feb 2025 12:00:01 +0100 Subject: [PATCH] fix: formattazione footer --- templates/registro_iva/footer.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/registro_iva/footer.php b/templates/registro_iva/footer.php index 6bf653f68..d74c6811e 100755 --- a/templates/registro_iva/footer.php +++ b/templates/registro_iva/footer.php @@ -21,7 +21,7 @@ echo '

'.tr('_YEAR_/_PAGE_', [ - '_PAGE_' => '{PAGENO}', - '_YEAR_' => date('Y'), -]).' -

'; + '_PAGE_' => '{PAGENO}', + '_YEAR_' => date('Y'), + ]).' +

'; \ No newline at end of file