make the fucking feed fucking validate
This commit is contained in:
parent
9afe55a07a
commit
739517f672
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue