fix rss template
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 16 Oct 2006 12:49:11 +0200
changeset 3410 57f94c609c43
parent 3409 1ae738bacf74
child 3411 5207cf649abe
fix rss template
templates/rss/filelogentry.tmpl
--- a/templates/rss/filelogentry.tmpl
+++ b/templates/rss/filelogentry.tmpl
@@ -3,5 +3,5 @@
     <link>#url#?f=#node|short#;file=#file|urlescape#</link>
     <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
     <author>#author|obfuscate#</author>
-    <pubDate>#date|rfc822date#</pubDate>>
+    <pubDate>#date|rfc822date#</pubDate>
 </item>