##// END OF EJS Templates
cffi: fix build on Python 3...
cffi: fix build on Python 3 CFFI expects the arguments to be of type str, which means that the string literals should not have the `b` prefix.

File last commit:

r18526:9409aeaa stable
r44085:53607fd3 stable
Show More
tagentry.tmpl
6 lines | 218 B | application/x-cheetah | CheetahLexer
<item>
<title>{tag|escape}</title>
<link>{urlbase}{url|urlescape}rev/{node|short}</link>
<description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
<pubDate>{date|rfc822date}</pubDate>
</item>