]> _ Git - cubeextranet.git/commitdiff
wait #3785 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 24 Aug 2020 12:54:49 +0000 (12:54 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 24 Aug 2020 12:54:49 +0000 (12:54 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 5724591e1590f19e5f4acbbe79a82bdd574dd53c..cf47566c088bf93ee26724c3ba82253ca2617a9f 100644 (file)
@@ -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'])) {