diff templates/rss/filelogentry.tmpl @ 8428:5ccca71775e1

atom/rss: use newer template syntax everywhere
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 15 May 2009 10:46:52 +0200
parents 89bc3946c8f3
children
line wrap: on
line diff
--- a/templates/rss/filelogentry.tmpl	Fri May 15 10:46:39 2009 +0200
+++ b/templates/rss/filelogentry.tmpl	Fri May 15 10:46:52 2009 +0200
@@ -1,7 +1,7 @@
 <item>
-    <title>#desc|strip|firstline|strip|escape#</title>
-    <link>{urlbase}{url}log{#node|short#}/{file|urlescape}</link>
-    <description><![CDATA[#desc|strip|escape|addbreaks|nonempty#]]></description>
-    <author>#author|obfuscate#</author>
-    <pubDate>#date|rfc822date#</pubDate>
+    <title>{desc|strip|firstline|strip|escape}</title>
+    <link>{urlbase}{url}log{{node|short}}/{file|urlescape}</link>
+    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
+    <author>{author|obfuscate}</author>
+    <pubDate>{date|rfc822date}</pubDate>
 </item>