diff --git a/module/gallery/view/gallery/gallery.js.php b/module/gallery/view/gallery/gallery.js.php index 44356c79..d8da03b9 100755 --- a/module/gallery/view/gallery/gallery.js.php +++ b/module/gallery/view/gallery/gallery.js.php @@ -16,5 +16,6 @@ $(".galleryGalleryPicture").simpleLightbox({ captionSelector: "self", captionType: "data", - captionsData: "caption" + captionsData: "caption", + closeText: "×" }); \ No newline at end of file