From d74a38a45095b40b1e318d8fde0c73144a3184f6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 2 Apr 2017 14:00:34 +0200 Subject: [PATCH] fixed alt tag --- saimod_webcraft_gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/saimod_webcraft_gallery.php b/saimod_webcraft_gallery.php index e11260c..510ae99 100644 --- a/saimod_webcraft_gallery.php +++ b/saimod_webcraft_gallery.php @@ -16,7 +16,7 @@ class saimod_webcraft_gallery extends \SYSTEM\SAI\SaiModule { $gallery = \SQL\SAIMOD_WEBCRAFT_GALLERY_GALLERY_ID::QQ(array($id)); $result = ''; while($img = $gallery->next()){ - $result .= '';} + $result .= ''.$img['description'].'';} $result .= ''; return $result; } @@ -25,7 +25,7 @@ class saimod_webcraft_gallery extends \SYSTEM\SAI\SaiModule { $gallery = \SQL\SAIMOD_WEBCRAFT_GALLERY_GALLERY_ID::QQ(array($id)); $result = ''; return $result; }