From: Michael Tremer Date: Thu, 21 Apr 2011 21:32:21 +0000 (+0200) Subject: Fix invalid RSS encoding. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0ce191a5278343ec37c44c176d33db26311f5ea;p=ipfire.org.git Fix invalid RSS encoding. --- diff --git a/www/templates/rss.xml b/www/templates/rss.xml index d4809bff..67115358 100644 --- a/www/templates/rss.xml +++ b/www/templates/rss.xml @@ -9,7 +9,7 @@ Thu, 8 Nov 2007 00:00:00 +0200 {% for item in items %} - {{ item.title }} + {{ escape(item.title) }} {{ item.url }} {{ item.author.mail }} ({{ item.author.name }}) {{ item.url }}