##// END OF EJS Templates
hgwebdir index: change "author" to "contact"
hgwebdir index: change "author" to "contact"

File last commit:

r814:0902ffec merge default
r1070:b55c6685 default
Show More
changelogentry-rss.tmpl
7 lines | 255 B | application/x-cheetah | CheetahLexer
/ templates / changelogentry-rss.tmpl
<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>