Skip to content

Commit

Permalink
Use xml_escape for the RSS description content vs strup html
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Oct 13, 2023
1 parent d3e5aeb commit 249fcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ layout: null
{{ post.url | prepend: site.url }}
</link>
<description>
{{ post.content | strip_html }}
{{ post.content | xml_escape }}
</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<guid>
Expand Down

0 comments on commit 249fcdb

Please sign in to comment.