From fbec0acb3e2161725b5915acda333326f6156bfc Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 12 Apr 2006 08:58:20 +0000 Subject: [PATCH] Strip tags from final RSS feed name --- mod/forum/rsslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5