diff --git a/templates/partitario_mastrino/bottom.php b/templates/partitario_mastrino/bottom.php index 348a20eee..00ee917e6 100644 --- a/templates/partitario_mastrino/bottom.php +++ b/templates/partitario_mastrino/bottom.php @@ -31,13 +31,15 @@ if (get('lev') == '2' || get('lev') == '3') { } } echo ' - - - SALDO FINALE - '.moneyFormat(abs($dare), 2).' - '.moneyFormat(abs($avere), 2).' - '.moneyFormat(abs($scalare), 2).' - '; + + + SALDO FINALE + '.moneyFormat(abs($dare), 2).' + '.moneyFormat(abs($avere), 2).' + '.moneyFormat(abs($scalare), 2).' + + +'; } elseif (get('lev') == '1') { $totale_attivo = 0; $totale_passivo = 0; @@ -86,5 +88,3 @@ if (get('lev') == '2' || get('lev') == '3') { '; } - -echo '';