From 843fec76e0e8cf04162ed090c959435bb6a7a911 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 28 Oct 2020 16:14:34 +0000 Subject: [PATCH] wip #3995 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) { -- 2.39.5