From 022732df104e2a3a03b976c84f755c6f9bcfe75c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 6 Sep 2024 03:54:40 +0200 Subject: [PATCH] CSS --- htdocs/core/boxes/box_scheduled_jobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/boxes/box_scheduled_jobs.php b/htdocs/core/boxes/box_scheduled_jobs.php index c7a4692f620..c0e58ecba47 100644 --- a/htdocs/core/boxes/box_scheduled_jobs.php +++ b/htdocs/core/boxes/box_scheduled_jobs.php @@ -176,7 +176,7 @@ class box_scheduled_jobs extends ModeleBoxes $textnoformat .= '
0
'; } $this->info_box_contents[$line][] = array( - 'td' => 'class="center"', + 'td' => 'class="right"', 'textnoformat' => $textnoformat ); } else {