From: stephen@cubedesigners.com Date: Mon, 28 Sep 2020 10:19:33 +0000 (+0000) Subject: WIP #3881 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1a85e4c7c7b7bcc01578d283c3ed7295b9d09e92;p=cubeextranet.git WIP #3881 @0.25 --- diff --git a/inc/ws/Util/html5/slideshow/class.ws.html5.links.php b/inc/ws/Util/html5/slideshow/class.ws.html5.links.php index e16175172..4a87c03fb 100644 --- a/inc/ws/Util/html5/slideshow/class.ws.html5.links.php +++ b/inc/ws/Util/html5/slideshow/class.ws.html5.links.php @@ -2308,9 +2308,7 @@ class slideshowLink extends normalLink $res .= '
' . $this->_slides($slides, false, $this->thumbnail_height) . '
'; } -// $res .= ''; + $res = '
'. $res .'
'; return $res; }