diff --git a/htdocs/compta/prelevement/factures.php b/htdocs/compta/prelevement/factures.php
index dcb91710bd6..0ed75b5c3b8 100644
--- a/htdocs/compta/prelevement/factures.php
+++ b/htdocs/compta/prelevement/factures.php
@@ -111,7 +111,7 @@ if ($id > 0 || $ref) {
print '
| '.$langs->trans("TransData").' | ';
print dol_print_date($object->date_trans, 'day');
- print ' '.$langs->trans("By").' '.$muser->getNomUrl(-1).' |
';
+ print ' '.$langs->trans("By").' '.$muser->getNomUrl(-1).'';
print '| '.$langs->trans("TransMetod").' | ';
print $object->methodes_trans[$object->method_trans];
print ' |
';
diff --git a/htdocs/compta/prelevement/fiche-rejet.php b/htdocs/compta/prelevement/fiche-rejet.php
index 0e59adfc166..de9eb46631c 100644
--- a/htdocs/compta/prelevement/fiche-rejet.php
+++ b/htdocs/compta/prelevement/fiche-rejet.php
@@ -106,7 +106,7 @@ if ($id > 0 || $ref) {
print '| '.$langs->trans("TransData").' | ';
print dol_print_date($object->date_trans, 'day');
- print ' '.$langs->trans("By").' '.$muser->getNomUrl(-1).' |
';
+ print ' '.$langs->trans("By").' '.$muser->getNomUrl(-1).'';
print '| '.$langs->trans("TransMetod").' | ';
print $object->methodes_trans[$object->method_trans];
print ' |
';
diff --git a/htdocs/compta/prelevement/fiche-stat.php b/htdocs/compta/prelevement/fiche-stat.php
index 8d88d761956..3b15676792e 100644
--- a/htdocs/compta/prelevement/fiche-stat.php
+++ b/htdocs/compta/prelevement/fiche-stat.php
@@ -100,7 +100,7 @@ if ($id > 0 || $ref) {
print '| '.$langs->trans("TransData").' | ';
print dol_print_date($object->date_trans, 'day');
- print ' '.$langs->trans("By").' '.$muser->getNomUrl(-1).' |
';
+ print ' '.$langs->trans("By").' '.$muser->getNomUrl(-1).'';
print '| '.$langs->trans("TransMetod").' | ';
print $object->methodes_trans[$object->method_trans];
print ' |
';
@@ -135,7 +135,7 @@ if ($id > 0 || $ref) {
print '';
print '';
- print '| ';
+ print ' |
| ';
$labelfororderfield = 'WithdrawalFile';
if ($object->type == 'bank-transfer') {
$labelfororderfield = 'CreditTransferFile';
|