From aafe3234054ac237a1c5b5ab51da0b7f7cf546ac Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Sep 2020 19:11:56 +0200 Subject: [PATCH] css --- htdocs/comm/action/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 8742e4d91af..1971b2db8dc 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -1250,8 +1250,8 @@ if (empty($action) || $action == 'show_month') // View by month // Get week number for the targeted date '$currdate0' $numweek0 = date("W", strtotime(date($currdate0))); // Show the week number, and define column width - echo ' '.$numweek0.''; - + echo ' '.$numweek0.''; + for ($iter_day = 0; $iter_day < 7; $iter_day++) { if ($tmpday <= 0) { /* Show days before the beginning of the current month (previous month) */