diff --git a/htdocs/compta/facture/invoicetemplate_list.php b/htdocs/compta/facture/invoicetemplate_list.php
index a07d95094dd..af1ab95c2b5 100644
--- a/htdocs/compta/facture/invoicetemplate_list.php
+++ b/htdocs/compta/facture/invoicetemplate_list.php
@@ -721,7 +721,6 @@ if ($resql) {
if (!empty($arrayfields['f.titre']['checked'])) {
print '
';
print $invoicerectmp->getNomUrl(1);
- print "";
print " | \n";
if (!$i) {
$totalarray['nbfield']++;
@@ -765,7 +764,7 @@ if ($resql) {
}
// Payment term
if (!empty($arrayfields['f.fk_cond_reglement']['checked'])) {
- print '';
+ print ' | ';
$form->form_conditions_reglement('', $objp->fk_cond_reglement, 'none');
print ' | '."\n";
if (!$i) {
@@ -774,7 +773,7 @@ if ($resql) {
}
// Payment mode
if (!empty($arrayfields['f.fk_mode_reglement']['checked'])) {
- print '';
+ print ' | ';
$form->form_modes_reglement('', $objp->fk_mode_reglement, 'none');
print ' | '."\n";
if (!$i) {