1
0
Fork 0

make the fucking feed fucking validate

This commit is contained in:
neingeist 2006-11-20 21:41:14 +00:00
parent 9afe55a07a
commit 739517f672

View file

@ -61,7 +61,7 @@ TPL_ITEM = '
<guid isPermaLink="true"><%= episode["url"] %></guid>
<pubDate><%= episode["pubdate"] %></pubDate>
<comments><%= episode["discussion"] %></comments>
<comments><%= CGI::escapeHTML(episode["discussion"]) %></comments>
<content:encoded><%= CGI::escapeHTML(episode["content:encoded"]) %></content:encoded>
<author>radio@entropia.de</author>