diff mgallery.php @ 172:13e1a6a40515

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Mar 2018 14:37:49 +0200
parents dbcf61ce3705
children a51b59b552ef
line wrap: on
line diff
--- a/mgallery.php	Tue Mar 13 13:37:09 2018 +0200
+++ b/mgallery.php	Tue Mar 13 14:37:49 2018 +0200
@@ -576,8 +576,8 @@
     "<div id=\"imageCBox\">\n".
     mgGetNaviControlImageBoxJS($galImagesIndex, $index, "prevBtm", -1)."\n".
     mgGetNaviControlImageBox($galImagesIndex, $index, "prev", -1)."\n".
-    "<div class=\"imageBox\">".
-    "<img id=\"imageImage\" src=\"".mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"])."\" alt=\"".chentities($data["base"].$galMedSuffix.$data["ext"])."\">".
+    "<div class=\"imageBox\">\n".
+    "<img id=\"imageImage\" src=\"".mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"])."\" alt=\"".chentities($data["base"].$galMedSuffix.$data["ext"])."\">\n".
     "</div>\n".
     mgGetNaviControlImageBoxJS($galImagesIndex, $index, "nextBtm", 1)."\n".
     mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1)."\n".