From 3139e1fd7eb84048c6846ca9ac4afa27e0b2b803 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 16 Jul 2020 18:23:43 +0000 Subject: [PATCH] wip #3769 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 6 +++--- 1 file changed, 3 insertions(+), 3 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 0ff70caaf..7a9289733 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1143,7 +1143,7 @@ class webVideoLink extends videoLink public function getEmbed() { - return ''; + return ''; } public function getEmbedURL() @@ -1481,12 +1481,12 @@ class htmlMultimediaLink extends wsHTML5Link $ld = ' data-ld="' . str_replace('index.html', $this->_config['lowDef'], $this->_url) . '" '; } - $res = ''; + $res = ''; } if ($this->_externalIframe !== false) { $iw = $this->_config['width'] * $s; $ih = $this->_config['height'] * $s; - $res = ''; + $res = ''; } foreach ($this->_config['inject'] as $i) { -- 2.39.5