aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-12-28 21:22:44 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-12-30 14:42:13 +0000
commitc9da1f6dfbb397d004e811e9bb71c5d0ffaca71d (patch)
tree64d52c6b028c22f805d46dd504d83b2d512b78c0 /site/blog
parent4731d5a41c0d376c2f43cfbd1437598815f77ed0 (diff)
Escape RSS feed content
Fixes #743. -- MOS_MIGRATED_REVID=111028988
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/blog/feed.xml b/site/blog/feed.xml
index 62f2dc7479..71bc81bc82 100644
--- a/site/blog/feed.xml
+++ b/site/blog/feed.xml
@@ -11,7 +11,7 @@
<item>
<title>{{ post.title }}</title>
<link>{{ post.url }}</link>
- <description>{{ post.content }}</description>
+ <description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
</item>
{% endfor %}