diff options
author | Nathan Kinkade <nath@nkinka.de> | 2013-06-13 21:42:10 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2013-06-13 21:42:10 +0000 |
commit | 9ef4eff6aea4ec1135f7b12ff8f22dc296cc91ba (patch) | |
tree | fa8363f922cbc0bdde1838b744e2ed36c23c0bc9 /themes/wind | |
parent | 9569b43035de9645e82271896e302c8d082d960a (diff) | |
parent | a3d06cc5bca05cc1b892872f494e83a24837d06f (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes/wind')
-rw-r--r-- | themes/wind/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index e2fc516a..bca1bd81 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -104,7 +104,7 @@ <li class="<?= $breadcrumb->last ? "g-active" : "" ?> <?= $breadcrumb->first ? "g-first" : "" ?>"> <? if (!$breadcrumb->last): ?> <a href="<?= $breadcrumb->url ?>"><? endif ?> - <?= html::purify(text::limit_chars($breadcrumb->title, module::get_var("gallery", "visible_title_length"))) ?> + <?= html::clean(text::limit_chars($breadcrumb->title, module::get_var("gallery", "visible_title_length"))) ?> <? if (!$breadcrumb->last): ?></a><? endif ?> </li> <? endforeach ?> |