diff --git a/htdocs/compta/paiement/list.php b/htdocs/compta/paiement/list.php
index 4e36890c5da..59d5e701f8c 100644
--- a/htdocs/compta/paiement/list.php
+++ b/htdocs/compta/paiement/list.php
@@ -517,14 +517,14 @@ while ($i < min($num, $limit)) {
// Bank transaction
if (!empty($arrayfields['transaction']['checked'])) {
- print '
';
- if ($objp->fk_bank > 0) {
- $bankline->fetch($objp->fk_bank);
- print $bankline->getNomUrl(1, 0);
- }
- print ' | ';
- if (!$i) {
- $totalarray['nbfield']++;
+ print '';
+ if ($objp->fk_bank > 0) {
+ $bankline->fetch($objp->fk_bank);
+ print $bankline->getNomUrl(1, 0);
+ }
+ print ' | ';
+ if (!$i) {
+ $totalarray['nbfield']++;
}
}