diff --git a/htdocs/admin/tools/listevents.php b/htdocs/admin/tools/listevents.php
index ab9a86b614f..987f965576a 100644
--- a/htdocs/admin/tools/listevents.php
+++ b/htdocs/admin/tools/listevents.php
@@ -238,20 +238,20 @@ if ($result)
print '
'.$form->selectDate($date_start, 'date_start', 0, 0, 0, '', 1, 0).$form->selectDate($date_end, 'date_end', 0, 0, 0, '', 1, 0).' | ';
- print '';
+ print ' | ';
print '';
print ' | ';
// IP
- print '';
+ print ' | ';
print '';
print ' | ';
- print '';
+ print ' | ';
print '';
print ' | ';
- print '';
+ print ' | ';
//print '';
print ' | ';
@@ -279,7 +279,7 @@ if ($result)
print '';
// Date
- print '| '.dol_print_date($db->jdate($obj->dateevent), '%Y-%m-%d %H:%M:%S').' | ';
+ print ''.dol_print_date($db->jdate($obj->dateevent), '%Y-%m-%d %H:%M:%S').' | ';
// Code
print ''.$obj->type.' | ';