From: Vincent Vanwaelscappel Date: Wed, 21 Jun 2023 14:08:52 +0000 (+0200) Subject: wip #6064 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dd7621587872e705b59abf149c26b03ea8c8dd45;p=fluidbook_tools.git wip #6064 @0.5 --- 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() {