From b1be1519f5e09dfb6a40f3c6c3f369cf89726441 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 24 Aug 2020 12:54:49 +0000 Subject: [PATCH] wait #3785 @1 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 3 +++ 1 file changed, 3 insertions(+) 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'])) { -- 2.39.5