diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php
index c9b70e94257..c74c5509139 100644
--- a/htdocs/compta/bank/index.php
+++ b/htdocs/compta/bank/index.php
@@ -130,7 +130,7 @@ if (! $found) print '
| '.$langs->trans("None").'
// Total
foreach ($total as $key=>$solde)
{
- print ' |
| '.$langs->trans("Total ").$key.' | '.price($solde, 0, $langs, 0, 0, -1, $key).' |
';
+ print '| '.$langs->trans("Total").' '.$key.' | '.price($solde, 0, $langs, 0, 0, -1, $key).' |
';
}
print '';