diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php
index 04bae53a6b0..80182c61adb 100644
--- a/htdocs/compta/bank/account.php
+++ b/htdocs/compta/bank/account.php
@@ -295,14 +295,14 @@ if ($id > 0 || ! empty($ref))
*/
$param.='&account='.$object->id.'&vline='.$vline;
- // Confirmation delete
- if ($action == 'delete')
- {
- $text=$langs->trans('ConfirmDeleteTransaction');
- $ret=$form->form_confirm($_SERVER['PHP_SELF'].'?id='.$object->id.'&rowid='.GETPOST("rowid"),$langs->trans('DeleteTransaction'),$text,'confirm_delete');
- if ($ret == 'html') print '
';
- }
-
+ // Confirmation delete
+ if ($action == 'delete')
+ {
+ $text=$langs->trans('ConfirmDeleteTransaction');
+ $ret=$form->form_confirm($_SERVER['PHP_SELF'].'?id='.$object->id.'&rowid='.GETPOST("rowid"),$langs->trans('DeleteTransaction'),$text,'confirm_delete');
+ if ($ret == 'html') print '
';
+ }
+
// Define transaction list navigation string
print '