diff --git a/htdocs/compta/bank/account.php b/htdocs/compta/bank/account.php
index c64d8b48e3d..6bb5a1f95a3 100644
--- a/htdocs/compta/bank/account.php
+++ b/htdocs/compta/bank/account.php
@@ -528,11 +528,11 @@ if ($id > 0 || ! empty($ref))
print '';
$period_filter .= $langs->trans('From').' '.$form->select_date($req_stdt,'req_stdt',0,0,1,null,1,1,1);
- $period_filter .= '
'. $langs->trans('to').' '.$form->select_date($req_enddt,'req_enddt',0,0,1,null,1,1,1);
+ $period_filter .= ' ';
+ $period_filter .= $langs->trans('to').' '.$form->select_date($req_enddt,'req_enddt',0,0,1,null,1,1,1);
print '