templates/changelogentry-rss.tmpl
author TK Soh <teekaysoh@yahoo.com>
Fri, 23 Sep 2005 17:15:10 -0700
changeset 1334 0843e1bf2b97
parent 814 0902ffece4b4
child 1410 17703aa4491e
permissions -rw-r--r--
hgweb: fixed IE display problem on changelog page IE (v6.0) didn't seemed to comply to the 15% width on the left column of changelog display. Tested with IE v6.0 and Firefox 1.0.6.

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