##// END OF EJS Templates
subrepo: make svn use C locale for portability...
subrepo: make svn use C locale for portability My reasons to do c2e2a5e6c36b were wrong. We want to have non-localized svn output while preserving current locale for input arguments and svn internals. This is achieved by setting LC_MESSAGE=C.

File last commit:

r9999:f91e5630 default
r10271:9b38bec5 default
Show More
footer.tmpl
11 lines | 207 B | application/x-cheetah | CheetahLexer
<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>