##// END OF EJS Templates
gitweb: strip leading & trailing blank lines in changeset description
gitweb: strip leading & trailing blank lines in changeset description

File last commit:

r1650:f2ebd525 default
r2195:f027bc2d default
Show More
filelogentry-rss.tmpl
7 lines | 289 B | application/x-cheetah | CheetahLexer
/ templates / filelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
TK Soh
hgweb: remove redundant rstrip filter
r1511 <title>#desc|strip|firstline|strip|escape#</title>
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <link>#url#?f=#filenode|short#;file=#file|urlescape#</link>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>>
</item>