fix room view

This commit is contained in:
msquare 2017-12-26 12:45:35 +01:00
parent a7dc640385
commit db11dd1d0f
1 changed files with 1 additions and 1 deletions

View File

@ -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']
);