diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-05-05 19:38:31 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-05-05 19:38:31 -0700 |
commit | 581d9a58db6a18a2597ee5487e57716f367c884b (patch) | |
tree | d16e1bbcbc1f7bec1dd188ca77af180f0768657e /themes/wind/views/dynamic.html.php | |
parent | 1a328271e13e886f47debf32ab184c060cce4fac (diff) |
Clean up title handling code in organize and wind theme for consistency.
Fixes #1847.
Diffstat (limited to 'themes/wind/views/dynamic.html.php')
-rw-r--r-- | themes/wind/views/dynamic.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php index a8a4d362..c8b2fcaf 100644 --- a/themes/wind/views/dynamic.html.php +++ b/themes/wind/views/dynamic.html.php @@ -3,7 +3,7 @@ <div id="g-album-header-buttons"> <?= $theme->dynamic_top() ?> </div> - <h1><?= html::clean($title) ?></h1> + <h1><?= html::purify($title) ?></h1> </div> <ul id="g-album-grid" class="ui-helper-clearfix"> |