From dd7621587872e705b59abf149c26b03ea8c8dd45 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 21 Jun 2023 16:08:52 +0200 Subject: [PATCH] wip #6064 @0.5 --- src/Links/Link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/Link.php b/src/Links/Link.php index cc13cec..0540e51 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -536,7 +536,7 @@ class Link { $addContent = $this->getAdditionnalContent(); $attached = $this->attached ? ' data-attached="' . $this->attached . '" ' : ''; - return '
' . $this->getHTMLContent() . '
'; + return '
' . $this->getHTMLContent() . '
'; } public function getHTMLContainerClass() { -- 2.39.5