templates/filelogentry-rss.tmpl
author mpm@selenic.com
Wed, 27 Jul 2005 07:35:36 -0800
changeset 777 8a61f25414b5
parent 626 47207ec19c51
child 793 445970ccf57a
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rw-r--r--
Wrap RSS description in CDATA Problem spotted by Ollivier Robert

<item>
    <title>#desc|firstline|escape#</title>
    <link>#url#?cmd=file;file=#file#;filenode=#filenode#</link>
    <description><![CDATA[#desc|escape|addbreaks#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>>
</item>