diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index 31171cc0c..083a16e39 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -853,7 +853,7 @@ class news_shortcodes extends e_shortcode { return $url; } - return "param['itemlink'] : 'null')."' href='{$url}'>".$this->news_item['news_title'].''; + return "param['itemlink'] : 'null')."' href='{$url}'>".e107::getParser()->toHTML($this->news_item['news_title'], TRUE, "TITLE").''; } function sc_newsurl()