changeset 153:fd84c6a8c4c9

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Sep 2017 18:21:17 +0300
parents 606b05c31d5e
children 0b87e7c1675c
files mgallery.php
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Wed Sep 06 17:49:50 2017 +0300
+++ b/mgallery.php	Wed Sep 06 18:21:17 2017 +0300
@@ -384,7 +384,9 @@
       $str .= "<a class=\"lang_".$id."\" href=\"?lang=".$id."\">".$lang."</a>";
   }
 
-  return $str."</div></div>";
+  return $str.
+    "</div>\n".
+    "</div>\n";
 }