diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php
index 3dae2007..5119a720 100644
--- a/includes/pages/user_shifts.php
+++ b/includes/pages/user_shifts.php
@@ -531,7 +531,7 @@ function view_user_shifts() {
if (time() > $shift['start'])
$entry_list[] = $inner_text . ' (vorbei)';
elseif ($angeltype['restricted'] == 1 && isset($angeltype['user_id']) && ! isset($angeltype['confirm_user_id']))
- $entry_list[] = $inner_text . ' ';
+ $entry_list[] = $inner_text . '
';
elseif ($collides)
$entry_list[] = $inner_text;
else
@@ -656,7 +656,7 @@ function view_user_shifts() {
if (time() > $shift['end']) {
$entry_list[] = $inner_text . ' (vorbei)';
} elseif ($angeltype['restricted'] == 1 && isset($angeltype['user_id']) && ! isset($angeltype['confirm_user_id'])) {
- $entry_list[] = $inner_text . '
';
+ $entry_list[] = $inner_text . '
';
} else {
$entry_list[] = $inner_text . ' (Werde ' . $angeltype['name'] . ')';
}
@@ -729,7 +729,7 @@ function make_select($items, $selected, $name, $title = null) {
$html_items[] = '