diff --git a/atom.xml b/atom.xml index f17a32b..f222100 100644 --- a/atom.xml +++ b/atom.xml @@ -16,7 +16,7 @@ layout: null {% for post in site.posts %} - {{ post.title }} + {{ post.title | xml_escape }} {{ post.date | date_to_xmlschema }} http://blog.rubygems.org{{ post.id }}