diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php
index 8c6092d68c4..44dd7225dad 100644
--- a/htdocs/compta/facture/list.php
+++ b/htdocs/compta/facture/list.php
@@ -2323,7 +2323,7 @@ if ($resql) {
print $hookmanager->resPrint;
// Date creation
if (!empty($arrayfields['f.datec']['checked'])) {
- print '
';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
print ' | ';
if (!$i) {
@@ -2332,7 +2332,7 @@ if ($resql) {
}
// Date modification
if (!empty($arrayfields['f.tms']['checked'])) {
- print '';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
print ' | ';
if (!$i) {
@@ -2341,7 +2341,7 @@ if ($resql) {
}
// Date closing
if (!empty($arrayfields['f.date_closing']['checked'])) {
- print '';
+ print ' | ';
print dol_print_date($db->jdate($obj->date_closing), 'dayhour', 'tzuser');
print ' | ';
if (!$i) {