diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index a114e4c1ed6..d307caf2ea6 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -580,7 +580,7 @@ if ($num > 0) { print ''; if (!empty($object->label)) { $object->ref = $langs->trans($object->label); - print '
'; + print '
'; print $object->getNomUrl(0, '', 1); print '
'; $object->ref = $obj->rowid;