##// END OF EJS Templates
py3: convert to unicode to pass into encode()...
py3: convert to unicode to pass into encode() encoding.encoding is bytes, we need to pass it to encode() which accepts unicodes in py3, so used pycomapt.sysstr() Also this can't be done using transformer as that only transforms the string values not variables.

File last commit:

r14046:b24e5a70 default
r30050:d229be12 default
Show More
footer.tmpl
5 lines | 80 B | application/x-cheetah | CheetahLexer
<script type="text/javascript">process_dates()</script>
{motd}
</body>
</html>