diff --git a/htdocs/compta/bank/annuel.php b/htdocs/compta/bank/annuel.php index a211dcb686d..a6ac569d5d1 100644 --- a/htdocs/compta/bank/annuel.php +++ b/htdocs/compta/bank/annuel.php @@ -299,7 +299,7 @@ if ($result < 0) else { // Definition de $width et $height - $width = 550; + $width = 480; $height = 300; // Calcul de $min et $max @@ -501,13 +501,12 @@ else unset($tblyear[1]); unset($tblyear[2]); - print ''; - print ''; - print '
'; + print '
'; print $show1; - print '
 '; + print '
'; print $show2; - print '
'; + print ''; + print '
'; }