{
$res = parent::getAdditionnalContent();
$markup = '<div class="iframeContainer" data-type="' . $this->iframeType . '">';
- $markup .= '<iframe src="' . iframeLink::_handleFile($this) . '" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>';
+ $markup .= '<iframe src="' . IFrameLink::_handleFile($this) . '" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>';
$markup .= '</div>';
return $res . ' data-iframe="' . rawurlencode($markup) . '" ';
}