diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php
index 78705847bfc..c4352b3b97e 100644
--- a/htdocs/compta/bank/annuel.php
+++ b/htdocs/compta/bank/annuel.php
@@ -217,7 +217,7 @@ for ($mois = 1 ; $mois < 13 ; $mois++)
}
print "";
- print '
';
+ print ' | ';
if ($encaiss[$case]>0)
{
print price($encaiss[$case]);
@@ -232,7 +232,7 @@ for ($mois = 1 ; $mois < 13 ; $mois++)
print ' | | '.$langs->trans("Total")." | ";
for ($annee = $year_start ; $annee <= $year_end ; $annee++)
{
- print ''.price($totsorties[$annee]).' | '.price($totentrees[$annee]).' | ';
+ print ''.price($totsorties[$annee]).' | '.price($totentrees[$annee]).' | ';
}
print "
\n";