mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-19 07:00:49 +00:00
aaaand a little more.
This commit is contained in:
parent
62f89a88d5
commit
dd9af5889b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function formatNewsRSS ($date, $user, $text)
|
||||||
|
|
||||||
return "<item><title>QF News for $humanDate (posted by $user)</title>\n"
|
return "<item><title>QF News for $humanDate (posted by $user)</title>\n"
|
||||||
."<link>http://www.quakeforge.net/</link>\n"
|
."<link>http://www.quakeforge.net/</link>\n"
|
||||||
."<guid>http://www.quakeforge.net/news.php?item=$humanDate</guid>"
|
// ."<guid>http://www.quakeforge.net/news.php?item=$humanDate</guid>"
|
||||||
."<pubDate>$rfcDate</pubDate>"
|
."<pubDate>$rfcDate</pubDate>"
|
||||||
// ."<author>$user</author>"
|
// ."<author>$user</author>"
|
||||||
."<description><![CDATA[$text]]></description>"
|
."<description><![CDATA[$text]]></description>"
|
||||||
|
|
Loading…
Reference in a new issue