# HG changeset patch # User Matti Hamalainen # Date 1431696578 -10800 # Node ID 014e1d6991a30a97f248e63c12a0c34ea4737a78 # Parent c85f630a4198102b452988924b5d7fe08d6c3989 Oops, fix the last breadcrumb. diff -r c85f630a4198 -r 014e1d6991a3 mgallery.php --- 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[] = "".chentities($galData["caption"]).""; + $res[] = "".chentities($galData["caption"]).""; $tmp = $galData; while (isset($tmp["parent"]))