diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 0a5508ae725..df2c466f1f0 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -1078,7 +1078,7 @@ if ($resql)
// Date creation
if (! empty($arrayfields['p.datec']['checked']))
{
- print '
';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
print ' | ';
if (! $i) $totalarray['nbfield']++;
@@ -1086,7 +1086,7 @@ if ($resql)
// Date modification
if (! empty($arrayfields['p.tms']['checked']))
{
- print '';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
print ' | ';
if (! $i) $totalarray['nbfield']++;