Mercurial > hg
changeset 3410:57f94c609c43
fix rss template
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 16 Oct 2006 12:49:11 +0200 |
parents | 1ae738bacf74 |
children | 5207cf649abe |
files | templates/rss/filelogentry.tmpl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/rss/filelogentry.tmpl Mon Oct 16 09:53:31 2006 +0200 +++ b/templates/rss/filelogentry.tmpl Mon Oct 16 12:49:11 2006 +0200 @@ -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>