From: vincent@cubedesigners.com Date: Wed, 28 Oct 2020 16:14:34 +0000 (+0000) Subject: wip #3995 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=843fec76e0e8cf04162ed090c959435bb6a7a911;p=cubeextranet.git wip #3995 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 43367c81a..c3cf2c233 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1588,12 +1588,14 @@ class htmlMultimediaLink extends wsHTML5Link $ld = ' data-ld="' . str_replace('index.html', $this->_config['lowDef'], $this->_url) . '" '; } - $res = ''; + $res = '
'; + $res .= ''; } if ($this->_externalIframe !== false) { $iw = $this->_config['width'] * $s; $ih = $this->_config['height'] * $s; - $res = ''; + $res = '
'; + $res .= ''; } foreach ($this->_config['inject'] as $i) {