diff --git a/src/Prints.php b/src/Prints.php
index 9a954b2cf..d60686987 100755
--- a/src/Prints.php
+++ b/src/Prints.php
@@ -690,7 +690,7 @@ class Prints
// Impostazione footer per l'ultima pagina
if (!empty($options['last-page-footer'])) {
- $mpdf->WriteHTML('
');
+ $mpdf->WriteHTML(''.$foot.'
');
$mpdf->WriteHTML(''.$foot.'
');
}
diff --git a/templates/base/style.css b/templates/base/style.css
index e8bb367a1..2da59d2ec 100755
--- a/templates/base/style.css
+++ b/templates/base/style.css
@@ -139,20 +139,3 @@ table#contents tbody td {
.cell-padded {
padding: 4px;
}
-
-.fake-footer p,
-.fake-footer span,
-.fake-footer div,
-.fake-footer table,
-.fake-footer table.table-bordered th,
-.fake-footer table.table-striped tbody tr td,
-.fake-footer th,
-.fake-footer tbody,
-.fake-footer thead,
-.fake-footer tfoot,
-.fake-footer td,
-.fake-footer tr {
- color: white !important;
- background: none !important;
- border-color: white !important;
-}