changeset 4:014e1d6991a3

Oops, fix the last breadcrumb.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 May 2015 16:29:38 +0300
parents c85f630a4198
children 1bf73b49fc91
files mgallery.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Fri May 15 06:53:30 2015 +0300
+++ b/mgallery.php	Fri May 15 16:29:38 2015 +0300
@@ -204,7 +204,7 @@
 {
   $res = array();
   if ($galData["caption"])
-    $res[] = "<a class=\"naviBreadCrumbCurr\" href=\"".mgGetURL($pdata["path"], FALSE)."\">".chentities($galData["caption"])."</a>";
+    $res[] = "<a class=\"naviBreadCrumbCurr\" href=\"".mgGetURL($galData["path"], FALSE)."\">".chentities($galData["caption"])."</a>";
 
   $tmp = $galData;
   while (isset($tmp["parent"]))