From: moodler Date: Wed, 12 Apr 2006 08:58:20 +0000 (+0000) Subject: Strip tags from final RSS feed name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fbec0acb3e2161725b5915acda333326f6156bfc;p=moodle.git Strip tags from final RSS feed name --- diff --git a/mod/forum/rsslib.php b/mod/forum/rsslib.php index 7d8de62cef..7a0c4703fa 100644 --- a/mod/forum/rsslib.php +++ b/mod/forum/rsslib.php @@ -124,7 +124,7 @@ //Now, if items, we begin building the structure if (!empty($items)) { //First all rss feeds common headers - $header = rss_standard_header(format_string($forum->name,true), + $header = rss_standard_header(strip_tags(format_string($forum->name,true)), $CFG->wwwroot."/mod/forum/view.php?f=".$forum->id, format_string($forum->intro,true)); //Now all the rss items