From 5acde9f5a3e86f8a37f06605b8bd215c3e2583ee Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Thu, 20 Feb 2025 20:25:19 +0100 Subject: [PATCH] css --- htdocs/cron/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;