##// END OF EJS Templates
dispatch: avoid double backslashes in error message...
dispatch: avoid double backslashes in error message The use of %r in the format string caused Python to display Windows paths with double backslashes.

File last commit:

r13858:1046cb66 stable
r14914:41c3a71c stable
Show More
bookmarkentry.tmpl
6 lines | 218 B | application/x-cheetah | CheetahLexer
<item>
<title>{bookmark|escape}</title>
<link>{urlbase}{url}rev/{node|short}</link>
<description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description>
<pubDate>{date|rfc822date}</pubDate>
</item>