We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0327589 commit b0e9c5bCopy full SHA for b0e9c5b
rss.xml
@@ -19,7 +19,7 @@ layout: nil
19
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
20
<author>[email protected] (Michael Bodnarchuk)</author>
21
<guid>http://codeception.com{{ post.id }}</guid>
22
- <description>{{ post.content | xml_escape }}</description>
+ <description><!--CDATA {{ post.content }} ---></description>
23
</item>
24
{% endfor %}
25
</channel>
0 commit comments