From 8a524e988957b09be23c93d13b93bce2b6c235d0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 15 Apr 2021 10:28:01 +0000 Subject: [PATCH] wait #4407 @0.5 --- 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 c4754371f..348f088ac 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -807,7 +807,7 @@ class htmlMultimediaImage extends wsHTML5Link $w = $this->width; $h = $this->height; $this->copyExternalFile($this->alternative); - $alt = ''; + $alt = ''; return $alt; } @@ -864,6 +864,8 @@ class zoomhdLink extends normalLink class htmlMultimediaPopupImage extends normalLink { + public $clickToClose = 0; + public function getURL() { $this->copyExternalFile($this->alternative); @@ -876,7 +878,7 @@ class htmlMultimediaPopupImage extends normalLink $res = parent::getAdditionnalContent(); $dim = CubeIT_Image::getimagesize($this->wdir . '/' . $this->alternative); - $markup = '
'; + $markup = '
'; $read = ''; if ($this->read_mode) { $read = ' data-readmode="1"'; -- 2.39.5