diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-03 11:21:45 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-03 11:21:45 -0700 |
commit | 53e2df01ebc26337fab13da2c38e6f2555a673d0 (patch) | |
tree | 91a9438a74876440bb30c530b59207fe1dc02d17 | |
parent | 46f1276886e845a522392cbf8c1dddf43ee1d111 (diff) |
html::purify an item title.
-rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 8bc81a31..01f7be50 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -20,7 +20,7 @@ </a> <?= $theme->thumb_bottom($child) ?> <?= $theme->context_menu($child, "#gItemId-{$child->id} .gThumbnail") ?> - <h2><span></span><a href="<?= $child->url() ?>"><?= html::clean($child->title) ?></a></h2> + <h2><span></span><a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a></h2> <ul class="gMetadata"> <?= $theme->thumb_info($child) ?> </ul> |