changeset 67:fc4900455610

Slightly adjust gallery html structure.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Sep 2016 15:35:53 +0300
parents be68b2d06674
children 941d3be57d7b
files mgallery.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Wed Sep 14 15:34:23 2016 +0300
+++ b/mgallery.php	Wed Sep 14 15:35:53 2016 +0300
@@ -455,11 +455,11 @@
     "<img id=\"imageImage\" src=\"".mgGetImageURL($galTNPath, $data["base"].$galMedSuffix.$data["ext"])."\" alt=\"".chentities($data["base"].$galMedSuffix.$data["ext"])."\"></a>\n".
     "</div>\n".
     mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1).
-    "</div>\n".
     "<div class=\"imageCaption\">".mgGetArr($data, "caption", "%1", "")."</div>\n".
     "<div class=\"infoBox\">\n".
     mgGetArr($data, "datetime", "<span class=\"infoDateTime\">%1</span>", "", "mgTimeStr").
     implode(", ", array_filter($list, function($a) { return $a !== NULL; })).
+    "</div>\n".
     "</div>\n";
 
   if ($naviFlags & GNAV_BOTTOM)