Strip tags from final RSS feed name

This commit is contained in:
moodler
2006-04-12 08:58:20 +00:00
parent 22060485bf
commit fbec0acb3e
+1 -1
View File
@@ -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