diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php
index e3289f2c8e0..833c7344f43 100644
--- a/htdocs/cron/list.php
+++ b/htdocs/cron/list.php
@@ -554,7 +554,7 @@ if ($num > 0)
}
if ($user->rights->cron->delete)
{
- print "rowid."&action=delete".($page ? '&page='.$page : '').($sortfield ? '&sortfield='.$sortfield : '').($sortorder ? '&sortorder='.$sortorder : '').$param;
+ print 'rowid."&action=delete".($page ? '&page='.$page : '').($sortfield ? '&sortfield='.$sortfield : '').($sortorder ? '&sortorder='.$sortorder : '').$param;
print "\" title=\"".dol_escape_htmltag($langs->trans('CronDelete'))."\">".img_picto($langs->trans('CronDelete'), 'delete')." ";
} else {
print "trans('NotEnoughPermissions'))."\">".img_picto($langs->trans('NotEnoughPermissions'), 'delete')." ";
@@ -562,7 +562,7 @@ if ($num > 0)
if ($user->rights->cron->execute)
{
if (!empty($obj->status)) {
- print 'rowid.'&action=execute';
+ print 'rowid.'&action=execute';
print (empty($conf->global->CRON_KEY) ? '' : '&securitykey='.$conf->global->CRON_KEY);
print ($sortfield ? '&sortfield='.$sortfield : '');
print ($sortorder ? '&sortorder='.$sortorder : '');