Mercurial > hg
view mercurial/templates/rss/changelogentry.tmpl @ 14184:4ab6e2d597cc
fix errors reported by pyflakes test
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Wed, 04 May 2011 19:27:55 +0200 |
parents | f91e5630ce7e |
children | 9409aeaafdc1 |
line wrap: on
line source
<item> <title>{desc|strip|firstline|strip|escape}</title> <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid> <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description> <author>{author|obfuscate}</author> <pubDate>{date|rfc822date}</pubDate> </item>