mirror of https://github.com/BOINC/boinc.git
RSS feed: add <description> element to make it validate
This commit is contained in:
parent
9ec3c3e28d
commit
8061830def
|
@ -108,6 +108,7 @@ function forum_rss($forumid, $userid, $threads_only, $ndays) {
|
||||||
<rss version=\"2.0\">
|
<rss version=\"2.0\">
|
||||||
<channel>
|
<channel>
|
||||||
<title>".$description."</title>
|
<title>".$description."</title>
|
||||||
|
<description>".$description."</description>
|
||||||
<link>".secure_url_base()."</link>
|
<link>".secure_url_base()."</link>
|
||||||
<copyright>".COPYRIGHT_HOLDER."</copyright>
|
<copyright>".COPYRIGHT_HOLDER."</copyright>
|
||||||
<lastBuildDate>".$create_date."</lastBuildDate>
|
<lastBuildDate>".$create_date."</lastBuildDate>
|
||||||
|
|
Loading…
Reference in New Issue