diff templates/changelogentry-rss.tmpl @ 793:445970ccf57a

Merge with upstream
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Jul 2005 06:43:21 +0100
parents 47207ec19c51 8a61f25414b5
children 8f5637f0a0c0
line wrap: on
line diff
--- a/templates/changelogentry-rss.tmpl
+++ b/templates/changelogentry-rss.tmpl
@@ -1,7 +1,7 @@
 <item>
     <title>#desc|firstline|escape#</title>
     <link>#url#?cmd=changeset;node=#node#</link>
-    <description>#desc|escape|addbreaks#</description>
+    <description><![CDATA[#desc|escape|addbreaks#]]></description>
     <author>#author|obfuscate#</author>
     <pubDate>#date|rfc822date#</pubDate>
 </item>