summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-10-03 21:47:45 -0700
committerBharat Mediratta <bharat@menalto.com>2011-10-03 21:47:45 -0700
commit5ca5a97a2367d2bbb4a26cd049ed0ebf4dce1cd3 (patch)
tree9ec9b8200364140299f98a3f478a85ee1c282106 /themes
parent79a2e3f1a7debdf62c66797446b2615e0a55000c (diff)
parent519b1ff11b3cde136e6091e244c5840e0629a0b9 (diff)
Merge branch 'master' of 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 ?>