From ca2d297155f5cddb8f93850db4c1762848d5b7b8 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 8 Jun 2017 13:20:43 +0000 Subject: [PATCH] #1547 --- 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 174c45f26..a11e45a5b 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -364,7 +364,7 @@ class htmlMultimediaImage extends wsHTML5Link { $w = $this->width; $h = $this->height; $this->copyExternalFile($this->alternative); - $alt = ''; + $alt = ''; return $alt; } -- 2.39.5