From: Vincent Vanwaelscappel Date: Wed, 14 Jan 2026 18:40:25 +0000 (+0100) Subject: wip #7894 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ac17470763bd49872a9426c4e5038ff0d0b5a607;p=fluidbook_tools.git wip #7894 --- diff --git a/src/Links/HTMLMultimediaPopupImage.php b/src/Links/HTMLMultimediaPopupImage.php index e4d7455..d82e9f6 100644 --- a/src/Links/HTMLMultimediaPopupImage.php +++ b/src/Links/HTMLMultimediaPopupImage.php @@ -37,9 +37,9 @@ class HTMLMultimediaPopupImage extends NormalLink $markup = '
'; $markup .= ''; - $alt=$this->getAlternativeText(); - if($alt) { - $res .= '
' . $alt . '
'; + $alt = $this->getAlternativeText(); + if ($alt) { + $markup .= '
' . $alt . '
'; } $markup .= '
'; $read = '';