From 1a85e4c7c7b7bcc01578d283c3ed7295b9d09e92 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 28 Sep 2020 10:19:33 +0000 Subject: [PATCH] WIP #3881 @0.25 --- inc/ws/Util/html5/slideshow/class.ws.html5.links.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.39.5