##// END OF EJS Templates
sslutil: handle setups without .getpeercert() early in the validator...
sslutil: handle setups without .getpeercert() early in the validator This simplifies the code and makes the flow more obvious and reduces the indentation level.

File last commit:

r13858:1046cb66 stable
r15813:3ae04eb5 default
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>