fix tag nesting

This commit is contained in:
Thomas Rupprecht 2022-12-08 13:25:13 +01:00 committed by Igor Scheller
parent 2b5ffca1b0
commit 0a1014496a
1 changed files with 2 additions and 2 deletions

View File

@ -234,9 +234,9 @@ function User_last_shift_render($user)
*/
function User_view_shiftentries($needed_angel_type)
{
$shift_info = '<br><a href="'
$shift_info = '<br><b><a href="'
. page_link_to('angeltypes', ['action' => 'view', 'angeltype_id' => $needed_angel_type['id']])
. '"><b>' . $needed_angel_type['name'] . '</a>:</b> ';
. '">' . $needed_angel_type['name'] . '</a>:</b> ';
$shift_entries = [];
foreach ($needed_angel_type['users'] as $user_shift) {