diff --git a/htdocs/compta/caisse/annuel.php b/htdocs/compta/caisse/annuel.php
index f1659c88d1a..38feeff86a8 100644
--- a/htdocs/compta/caisse/annuel.php
+++ b/htdocs/compta/caisse/annuel.php
@@ -79,7 +79,7 @@ if ($db->query($sql))
}
}
-print '
';
+print '';
print '| Mois | ';
$year_current = strftime("%Y",time());
diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php
index 27ee9844a1d..37ebb00f66f 100644
--- a/htdocs/compta/tva/reglement.php
+++ b/htdocs/compta/tva/reglement.php
@@ -42,7 +42,7 @@ if ($result)
$num = $db->num_rows();
$i = 0;
$total = 0 ;
- print '';
+ print '
';
print '';
print "| Date | ";
print "Montant | ";