view templates/rss/tagentry.tmpl @ 5813:3ef279074c77

context: fix filectx.parents() bug introduced when editing 180a3eee4b75
author Patrick Mezard <pmezard@gmail.com>
date Sun, 06 Jan 2008 15:40:32 +0100
parents a2179e78d18b
children 5ccca71775e1
line wrap: on
line source

<item>
    <title>#tag|escape#</title>
    <link>{urlbase}{url}rev/{node|short}</link>
    <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
    <pubDate>#date|rfc822date#</pubDate>
</item>