##// END OF EJS Templates
merge: remove old pre-audit code checking for absolute paths...
merge: remove old pre-audit code checking for absolute paths Audit will handle this in a more elegant way.

File last commit:

r18045:add2f9dd default
r18336:77973b6a default
Show More
branchentry.tmpl
8 lines | 317 B | application/x-cheetah | CheetahLexer
<entry>
<title>{branch|escape}</title>
<link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
<id>{urlbase}{url}#branch-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text"><![CDATA[{branch|strip|escape|addbreaks}]]></content>
</entry>