]> _ Git - fluidbook_tools.git/commitdiff
wip #7650
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Jul 2025 16:38:05 +0000 (18:38 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 21 Jul 2025 16:38:05 +0000 (18:38 +0200)
src/Links/NormalLink.php

index b9ee506ae7a9802612325db1198b6bdaeb46eb3c..3c6567da92a032994f866f5bb2217c97d43ba738 100644 (file)
@@ -19,7 +19,7 @@ class NormalLink extends Link
             $attrs .= ' data-animation="' . $this->getAnimationType() . '"';
             $attrs .= ' data-display-area="' . $this->getDisplayArea() . '" ';
         } else {
-            $attrs .= ' data-display-area="none" data-display-area-related=" ' . $this->getDisplayArea() . '" ';
+            $attrs .= ' data-display-area="none" data-display-area-related="' . $this->getDisplayArea() . '" ';
         }
 
         if (count($class)) {