##// END OF EJS Templates
fix(svn): fixed svn ssl support compatability. Fixes #5711...
fix(svn): fixed svn ssl support compatability. Fixes #5711 the header downgrade can be eanbled by default as it works on ssl and non ssl. Make configuration much easier

File last commit:

r5037:bd722d6e default
r5227:cb968864 default
Show More
main.mako
20 lines | 436 B | application/x-mako | MakoHtmlLexer
<%inherit file="base.mako"/>
<%def name="subject()" filter="n,trim,whitespace_filter">
</%def>
## plain text version of the email. Empty by default
<%def name="body_plaintext()" filter="n,trim">
${body}
---
${self.plaintext_footer()}
</%def>
## BODY GOES BELOW
<table style="text-align:left;vertical-align:top;">
<tr>
<td style="padding-right:20px;padding-top:15px;white-space:pre-wrap">${body}</td>
</tr>
</table>