diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php
index 53ccf3d4d58..0949f179d5b 100644
--- a/htdocs/fourn/facture/paiement.php
+++ b/htdocs/fourn/facture/paiement.php
@@ -606,7 +606,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
$multicurrency_remaintopay = price2num($invoice->multicurrency_total_ttc - $multicurrency_payment - $multicurrency_creditnotes - $multicurrency_deposits, 'MT');
}
- print '
';
+ print '
';
// Ref
print '| ';
@@ -619,7 +619,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
// Date
if ($objp->df > 0)
{
- print ' | ';
+ print ' | ';
print dol_print_date($db->jdate($objp->df), 'day').' | ';
}
else
@@ -630,7 +630,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
// Date Max Payment
if ($objp->dlr > 0)
{
- print '';
+ print ' | ';
print dol_print_date($db->jdate($objp->dlr), 'day');
if ($invoice->hasDelay())
@@ -973,7 +973,7 @@ if (empty($action) || $action == 'list')
{
$objp = $db->fetch_object($resql);
- print ' |
';
+ print '
';
// Ref payment
print '| '.img_object($langs->trans('ShowPayment'), 'payment').' '.$objp->pid.' | ';