changeset 172:13e1a6a40515

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 13 Mar 2018 14:37:49 +0200
parents 71b85fde6fa1
children 903a7e1cccbd
files mgallery.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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".