From 9cf0c3be14d0f02da63c3d44b5406af0200a67e9 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 18 Nov 2021 08:29:46 +0000 Subject: [PATCH] wait #4887 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5