From ac17470763bd49872a9426c4e5038ff0d0b5a607 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 14 Jan 2026 19:40:25 +0100 Subject: [PATCH] wip #7894 --- src/Links/HTMLMultimediaPopupImage.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = ''; -- 2.39.5