Skip to content

Commit

Permalink
Close the breadcrumb list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Oct 2, 2011
1 parent dfbfe09 commit 91bdcfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/wind/views/page.html.php
Expand Up @@ -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 ?>
Expand Down

0 comments on commit 91bdcfe

Please sign in to comment.