From db11dd1d0f88355a9d904c4dc0ba25d2a9a8acf6 Mon Sep 17 00:00:00 2001 From: msquare Date: Tue, 26 Dec 2017 12:45:35 +0100 Subject: fix room view --- includes/view/Rooms_view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/view/Rooms_view.php b/includes/view/Rooms_view.php index 4cd4d8fe..4c38208e 100644 --- a/includes/view/Rooms_view.php +++ b/includes/view/Rooms_view.php @@ -30,7 +30,7 @@ function Room_view($room, ShiftsFilterRenderer $shiftsFilterRenderer, ShiftCalen if (!empty($room['map_url'])) { $tabs[_('Map')] = sprintf( '
' - . '' + . '' . '
', $room['map_url'] ); -- cgit v1.2.3-54-g00ecf