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);