diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php
index 4797d6635db..cf144d8d151 100644
--- a/htdocs/commande/list.php
+++ b/htdocs/commande/list.php
@@ -2704,7 +2704,7 @@ while ($i < $imaxinloop) {
// Date creation
if (!empty($arrayfields['c.datec']['checked'])) {
- print '
';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
print ' | ';
if (!$i) {
@@ -2714,7 +2714,7 @@ while ($i < $imaxinloop) {
// Date modification
if (!empty($arrayfields['c.tms']['checked'])) {
- print '';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_modification), 'dayhour', 'tzuser');
print ' | ';
if (!$i) {
@@ -2724,7 +2724,7 @@ while ($i < $imaxinloop) {
// Date cloture
if (!empty($arrayfields['c.date_cloture']['checked'])) {
- print '';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_cloture), 'dayhour', 'tzuser');
print ' | ';
if (!$i) {