summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-26 12:45:35 +0100
committermsquare <msquare@notrademark.de>2017-12-26 12:45:35 +0100
commitdb11dd1d0f88355a9d904c4dc0ba25d2a9a8acf6 (patch)
tree03879693e9c2317cf0827764ab5f1853cd5b144a /includes
parenta7dc640385460f908e1f17ed914338f616c51c41 (diff)
fix room view
Diffstat (limited to 'includes')
-rw-r--r--includes/view/Rooms_view.php2
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']
);