There shouldn't be html tags in this place.
This commit is contained in:
scyrma 2007-12-19 05:58:27 +00:00
parent d9992b0626
commit 8e4636c26f

View File

@ -275,7 +275,7 @@
// if the feed has a title
if (!empty($feedtitle) and ($feedtitle != '<a href="'. $rss->channel['link'] .'"></a>')) {
// set the block's title to the feed's title
$this->title = $feedtitle;
$this->title = strip_tags($feedtitle);
}
}
return $returnstring;