diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php
index 403aa46c657..ba3cb7e9de0 100644
--- a/htdocs/fourn/commande/card.php
+++ b/htdocs/fourn/commande/card.php
@@ -1435,7 +1435,7 @@ elseif (! empty($object->id))
print '';
// Delivery date planed
- print '
| ';
+ print ' |
';
print '| ';
print $langs->trans('DateDeliveryPlanned');
print ' | ';
@@ -1456,13 +1456,13 @@ elseif (! empty($object->id))
{
print $object->date_livraison ? dol_print_date($object->date_livraison,'daytext') : ' ';
}
- print '';
+ print ' ';
// Project
if (! empty($conf->projet->enabled))
{
$langs->load('projects');
- print '| ';
+ print ' | ';
print '| ';
print $langs->trans('Project');
print ' | ';
|
|