mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Fix a bug passed on after commit of by http://lists.moodle.org/arc/commits/2007-12/msg00352.html
There shouldn't be html tags in this place.
This commit is contained in:
parent
d9992b0626
commit
8e4636c26f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user