##// END OF EJS Templates
test-mq: fix sed call on OSX...
test-mq: fix sed call on OSX - The regular sed on OSX wants: -i "" not -i"" - GNU sed wants: -i"" not -i "" Backups are fine.

File last commit:

r13858:1046cb66 stable
r16058:3b9c18ed stable
Show More
bookmarkentry.tmpl
8 lines | 301 B | application/x-cheetah | CheetahLexer
<entry>
<title>{bookmark|escape}</title>
<link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
<id>{urlbase}{url}#bookmark-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{bookmark|strip|escape}</content>
</entry>