diff --git a/includes/view/User_view.php b/includes/view/User_view.php index ebbe065d..24ad9bea 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -408,7 +408,7 @@ function User_view_myshift($shift, $user_source, $its_me) if ($shift['freeloaded']) { $myshift['duration'] = '

' - . round(-($shift['end'] - $shift['start']) / 3600 * 2, 2) . ' h' + . printf('%.2f', -($shift['end'] - $shift['start']) / 3600 * 2) . ' h' . '

'; if (auth()->can('user_shifts_admin')) { $myshift['comment'] .= '
'