Skip to content

Commit da06169

Browse files
fix: formattazione footer
1 parent fa301ca commit da06169

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

templates/registro_iva/footer.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
*/
2020

2121
echo '
22-
<p class="text-right">
23-
'.tr('_YEAR_/_PAGE_', [
24-
'_PAGE_' => '{PAGENO}',
25-
'_YEAR_' => date('Y'),
26-
]).'
27-
</p>';
22+
<p class="text-right">
23+
'.tr('_YEAR_/_PAGE_', [
24+
'_PAGE_' => '{PAGENO}',
25+
'_YEAR_' => date('Y'),
26+
]).'
27+
</p>';

0 commit comments

Comments
 (0)