summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2011-10-26 16:22:22 +0000
committerNathan Kinkade <nath@nkinka.de>2011-10-26 16:22:22 +0000
commit963bcf0789148fb3aa9149581cb6d0791d2e641f (patch)
tree5c550f97a4325f67b00e1971ae78e93f87da8452 /themes
parent47456c0de8a408bca9b5a02a0fbc835ff1c01a68 (diff)
parent5a11684486e82758a9ea0764e779726252c17dea (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes')
-rw-r--r--themes/wind/views/page.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index ca6d2bb1..24d3347e 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -115,6 +115,7 @@
<? if (!$breadcrumb->last): ?> <a href="<?= $breadcrumb->url ?>"><? endif ?>
<?= html::purify(text::limit_chars($breadcrumb->title, module::get_var("gallery", "visible_title_length"))) ?>
<? if (!$breadcrumb->last): ?></a><? endif ?>
+ </li>
<? endforeach ?>
</ul>
<? endif ?>