diff options
Diffstat (limited to 'modules/rss/views/rss_block.html.php')
-rw-r--r-- | modules/rss/views/rss_block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rss/views/rss_block.html.php b/modules/rss/views/rss_block.html.php index cd8db89d..737731b6 100644 --- a/modules/rss/views/rss_block.html.php +++ b/modules/rss/views/rss_block.html.php @@ -5,7 +5,7 @@ <span class="ui-icon-left"> <a href="<?= rss::url($url) ?>"> <span class="ui-icon ui-icon-signal-diag"></span> - <?= SafeString::purify($title) ?> + <?= html::purify($title) ?> </a> </span> </li> |