changeset 103:236d5387f8b2

Indentation cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Sep 2016 00:45:43 +0300
parents f8e6e0f2471d
children d7cc5c0ca1b5
files mgallery.php
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Mon Sep 19 19:29:11 2016 +0300
+++ b/mgallery.php	Tue Sep 20 00:45:43 2016 +0300
@@ -343,11 +343,11 @@
     if ($data["type"] == 0)
     {
       echo
-      "    <div class=\"imageBox\" title=\"".mgGetImageTitleStr($filename, $data).
-      "\"><a href=\"".mgGetURL($galPath, $filename)."\">".
-      "<img src=\"".mgGetImageURL($galTNPath, $filename)."\" alt=\"".
-      chentities($filename)."\"></a></div>\n".
-      mgGetArr($data, "caption", "    <div class=\"imageCaption\">%1</div>\n", "", "chentities");
+        "    <div class=\"imageBox\" title=\"".mgGetImageTitleStr($filename, $data).
+        "\"><a href=\"".mgGetURL($galPath, $filename)."\">".
+        "<img src=\"".mgGetImageURL($galTNPath, $filename)."\" alt=\"".
+        chentities($filename)."\"></a></div>\n".
+        mgGetArr($data, "caption", "    <div class=\"imageCaption\">%1</div>\n", "", "chentities");
 /*
       if ($mode == "")
       {