From: stephen@cubedesigners.com Date: Mon, 23 Jul 2018 14:46:13 +0000 (+0000) Subject: Done #2148 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8c74d70e8a74b2aa01b58517b56f7deaa852f32a;p=cubeextranet.git Done #2148 @1 --- 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 56e0f4455..ce364a27c 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1057,13 +1057,13 @@ class htmlMultimediaLink extends wsHTML5Link $ld = ' data-ld="' . str_replace('index.html', $this->_config['lowDef'], $this->_url) . '" '; } - $res = ''; + $res = ''; } if ($this->_externalIframe !== false) { $s = $this->in_popup ? 1 : $this->getCssScale(); $iw = $this->_config['width'] * $s; $ih = $this->_config['height'] * $s; - $res = ''; + $res = ''; } foreach ($this->_config['inject'] as $i) {