diff options
Diffstat (limited to 'themes/default/views/dynamic.html.php')
-rw-r--r-- | themes/default/views/dynamic.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/views/dynamic.html.php b/themes/default/views/dynamic.html.php index 2d8e04a2..9ed9d69b 100644 --- a/themes/default/views/dynamic.html.php +++ b/themes/default/views/dynamic.html.php @@ -3,7 +3,7 @@ <div id="gAlbumHeaderButtons"> <?= $theme->dynamic_top() ?> </div> - <h1><?= SafeString::of($title) ?></h1> + <h1><?= html::clean($title) ?></h1> </div> <ul id="gAlbumGrid"> @@ -16,7 +16,7 @@ width="<?= $child->thumb_width ?>" height="<?= $child->thumb_height ?>" /> </a> - <h2><?= SafeString::purify($child->title) ?></h2> + <h2><?= html::purify($child->title) ?></h2> <?= $theme->thumb_bottom($child) ?> <ul class="gMetadata"> <?= $theme->thumb_info($child) ?> |