diff options
author | msquare <msquare@notrademark.de> | 2017-12-26 12:45:35 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-26 12:45:35 +0100 |
commit | db11dd1d0f88355a9d904c4dc0ba25d2a9a8acf6 (patch) | |
tree | 03879693e9c2317cf0827764ab5f1853cd5b144a /includes/view | |
parent | a7dc640385460f908e1f17ed914338f616c51c41 (diff) |
fix room view
Diffstat (limited to 'includes/view')
-rw-r--r-- | includes/view/Rooms_view.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( '<div class="map">' - . '<iframe style="width: 100%; min-height: 400px; border: 0 none;" src="%s"></iframe>' + . '<iframe style="width: 100%%; min-height: 400px; border: 0 none;" src="%s"></iframe>' . '</div>', $room['map_url'] ); |