diff options
Diffstat (limited to 'themes/default/views/page.html.php')
| -rw-r--r-- | themes/default/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index e2c03664..5e7101e1 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -8,7 +8,7 @@ <? if (empty($page_title)): ?> <?= t("Browse Photos") ?> <? if (!empty($item)): ?> - :: <?= $item->title ?> + :: <?= p::clean($item->title) ?> <? endif ?> <? else: ?> <?= $page_title ?> |
