view mercurial/templates/gitweb/footer.tmpl @ 41320:f790a4e78e97

tests: add setsockopt() output on Python 3 Python 3 appears to call setsockopt() where Python 2 did not. Differential Revision: https://phab.mercurial-scm.org/D5652
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 22 Jan 2019 18:11:34 -0800
parents eb7de21b15be
children
line wrap: on
line source

<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>