diff --git a/htdocs/compta/bank/releve.php3 b/htdocs/compta/bank/releve.php3
index 70f1deb951a..3fbede63ddf 100644
--- a/htdocs/compta/bank/releve.php3
+++ b/htdocs/compta/bank/releve.php3
@@ -124,7 +124,7 @@ if (! $num) {
$var=True;
$numrows = $db->num_rows();
$i = 0;
- print "
| vue etendue | ";
+ print "
| vue etendue | ";
print "Total : | ".price($total)." | ".francs($total)." |
\n";
while ($i < $numrows) {
$objp = $db->fetch_object( $i);
@@ -167,7 +167,7 @@ if (! $num) {
print "".price($total)." | \n";
print "".francs($objp->amount)." | \n";
- print "[rowid\">edit] | ";
+ print "[rowid&account=$account\">edit] | ";
print "";
$i++;