summaryrefslogtreecommitdiff
path: root/includes/view/PublicDashboard_view.php
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2018-01-03 01:19:36 +0100
committermarudor <marudor@marudor.de>2018-01-03 01:19:36 +0100
commit7af09433def2fda9ec47b12823b16e3392b5f6cf (patch)
tree5ee8e0fdf80cd92609263d28e9ae6e6bc3efeea7 /includes/view/PublicDashboard_view.php
parent7f722314e4fc21419552ec27eb91e6f7e6347b71 (diff)
parentddadaada9dc1bd288c82da840a4c4f02767d3e43 (diff)
Merge branch 'master' of https://github.com/engelsystem/engelsystem
Diffstat (limited to 'includes/view/PublicDashboard_view.php')
-rw-r--r--includes/view/PublicDashboard_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/PublicDashboard_view.php b/includes/view/PublicDashboard_view.php
index 83cf0e5f..6fef8f54 100644
--- a/includes/view/PublicDashboard_view.php
+++ b/includes/view/PublicDashboard_view.php
@@ -68,7 +68,7 @@ function public_dashboard_view($stats, $free_shifts)
function public_dashboard_shift_render($shift)
{
$panel_body = glyph('time') . $shift['start'] . ' - ' . $shift['end'];
- $panel_body .= ' (' . $shift['duration'] . ' h)';
+ $panel_body .= ' (' . $shift['duration'] . '&nbsp;h)';
$panel_body .= '<br>' . glyph('tasks') . $shift['shifttype_name'];
if (!empty($shift['title'])) {