From: vincent@cubedesigners.com Date: Mon, 24 Aug 2020 12:54:49 +0000 (+0000) Subject: wait #3785 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b1be1519f5e09dfb6a40f3c6c3f369cf89726441;p=cubeextranet.git wait #3785 @1 --- 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 5724591e1..cf47566c0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -237,6 +237,9 @@ class wsHTML5Link foreach ($anims as $animation) { $animation = trim($animation); + if (!$animation) { + continue; + } $extras = self::parseExtras($animation); if (count($extras) > 0) { if (!isset($extras['direction'])) {