##// END OF EJS Templates
patch: correctly handle non-tabular Subject: line...
patch: correctly handle non-tabular Subject: line The line content of continued Subject: lines was yet joined via str.replace('\n\t', ' '), which does not handle continuation via spaces. So expan the regular expression instead to handle all allowed forms of mail header line continuation.

File last commit:

r14046:b24e5a70 default
r15158:7ce7177e stable
Show More
footer.tmpl
12 lines | 263 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url}rss-log">RSS</a>
<a href="{url}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>