##// END OF EJS Templates
hgweb: fix attribute error in error response (issue2060)
hgweb: fix attribute error in error response (issue2060)

File last commit:

r9999:f91e5630 default
r10951:5dc09507 stable
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>