changeset 181:86e9931e8e03

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2018 13:22:37 +0200
parents 05fba4ce0b5a
children c0439644da6a
files mgallery.php
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Wed Mar 14 13:20:16 2018 +0200
+++ b/mgallery.php	Wed Mar 14 13:22:37 2018 +0200
@@ -577,8 +577,9 @@
       mgGetNaviControlImageBoxJS($galImagesIndex, $index, "prevBtm", -1)."\n".
       mgGetNaviControlImageBox($galImagesIndex, $index, "prev", -1)."\n".
       "<div id=\"imageImageBox\" class=\"imageBox\">".
-        "<img id=\"imageImage\" src=\"".mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"]).
-        "\" alt=\"".chentities($data["base"].$galMedSuffix.$data["ext"])."\">".
+        "<img id=\"imageImage\" src=\"".
+        mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"]).
+        "\" alt=\"".chentities($data["base"].$data["ext"])."\">".
       "</div>\n".
       mgGetNaviControlImageBoxJS($galImagesIndex, $index, "nextBtm", 1)."\n".
       mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1)."\n".