From: vincent@cubedesigners.com Date: Thu, 18 Nov 2021 08:29:46 +0000 (+0000) Subject: wait #4887 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9cf0c3be14d0f02da63c3d44b5406af0200a67e9;p=cubeextranet.git wait #4887 --- 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 35ad72fb5..48d4e2af6 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1013,7 +1013,7 @@ class htmlMultimediaPopupImage extends normalLink if ($this->read_mode) { $read = ' data-readmode="1"'; } - return $res . ' ' . $read . ' data-multimedia="' . rawurlencode($markup) . '" '; + return $res . ' ' . $read . ' data-md5="'.md5($this->alternative).'" data-multimedia="' . rawurlencode($markup) . '" '; } public function keep()