From 8d2dbc7b11b8b718c3c81081d2e0cb966283eadc Mon Sep 17 00:00:00 2001 From: Arthur Bols Date: Sun, 14 Oct 2018 13:54:53 +0200 Subject: [PATCH] Fix year and responsible icon order --- shiftcounter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shiftcounter.php b/shiftcounter.php index 4909fdc..0d88780 100644 --- a/shiftcounter.php +++ b/shiftcounter.php @@ -49,7 +49,7 @@ $avg = $totalShifted / count($all_names); ?> - + @@ -88,7 +88,7 @@ $avg = $totalShifted / count($all_names); foreach($responsibles as $resp) { if (!key_exists($resp, $all_names)) { - echo "$resp_icon $resp0h 0min"; + echo "$resp $resp_icon0h 0min"; } } ?> @@ -101,7 +101,7 @@ $avg = $totalShifted / count($all_names);