diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 01:06:51 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 01:06:51 -0700 |
| commit | 2e16c9557c8a1641b3dd5826492f826a1a96bfb0 (patch) | |
| tree | d7891e2b90bf4c17e497a7d4d632d5b669f99fc8 /themes/default/views/page.html.php | |
| parent | 712fdb55458f5d89fb5e5e4f4f99b8e1c130ba60 (diff) | |
Run all variables containing user-entered text through p::clean()
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 fc61f52d..b3ee88b0 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 ?> |
