From f511e0b994870acc2039deaf062fe6a65aac32b9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 21 Jul 2025 18:38:05 +0200 Subject: [PATCH] wip #7650 --- src/Links/NormalLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/NormalLink.php b/src/Links/NormalLink.php index b9ee506..3c6567d 100644 --- a/src/Links/NormalLink.php +++ b/src/Links/NormalLink.php @@ -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)) { -- 2.39.5