From 7eb6acf3a0f8737462ee6a37b642be739c2ce9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 20 Jan 2013 11:11:19 +0100 Subject: [PATCH] atom.xml: escape piwik title --- source/atom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/atom.xml b/source/atom.xml index 45e7f2c..9d8eabb 100644 --- a/source/atom.xml +++ b/source/atom.xml @@ -26,7 +26,7 @@ layout: nil {{ post.date | date_to_xmlschema }} {{ site.url }}{{ post.id }} + {{ post.content | expand_urls: site.url | cdata_escape }} ]]>