From a2aaba9cab6b7bdf755a023ed2503cf8cf46925a Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 17 Oct 2018 01:30:10 +0200 Subject: User: Bugfixes & code cleanup --- includes/view/PublicDashboard_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/view/PublicDashboard_view.php') diff --git a/includes/view/PublicDashboard_view.php b/includes/view/PublicDashboard_view.php index 2bfca3fa..baab2f8a 100644 --- a/includes/view/PublicDashboard_view.php +++ b/includes/view/PublicDashboard_view.php @@ -16,7 +16,7 @@ function public_dashboard_view($stats, $free_shifts) ]; foreach ($free_shifts as $i => $shift) { $shift_panels[] = public_dashboard_shift_render($shift); - if($i % 4 == 3) { + if ($i % 4 == 3) { $shift_panels[] = '
'; } } -- cgit v1.2.3-54-g00ecf