diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php
index 77f65be05ea..aa46b3a35fb 100644
--- a/htdocs/compta/bank/account.php
+++ b/htdocs/compta/bank/account.php
@@ -289,7 +289,7 @@ if ($account > 0)
print '
';
print '| ';
print ' | ';
- print ' |
';
print "";
}
@@ -318,7 +318,7 @@ else
$db->close();
-llxFooter("Dernière modification $Date$ révision $Revision$");
+llxFooter('$Date$ - $Revision$');
/*
@@ -344,7 +344,7 @@ function _print_lines($db,$result,$sql,$acct)
{
$sep = 1 ;
print "| | ";
- print "".price($total - $objp->amount)." | ";
+ print "".price($total - $objp->amount)." | ";
print " | ";
print '
';
}
@@ -369,22 +369,22 @@ function _print_lines($db,$result,$sql,$acct)
if ($objp->amount < 0)
{
- print "".price($objp->amount * -1)." | | \n";
+ print "".price($objp->amount * -1)." | | \n";
}
else
{
- print " | ".price($objp->amount)." | \n";
+ print " | ".price($objp->amount)." | \n";
}
if ($action !='search')
{
if ($total > 0)
{
- print ''.price($total)." | \n";
+ print ''.price($total)." | \n";
}
else
{
- print "".price($total)." | \n";
+ print "".price($total)." | \n";
}
}
else