view templates/footer.tmpl @ 6097:9b817c0a82f1

hgweb: Fix stray quote in logo img tag
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Feb 2008 10:55:17 -0600
parents d8477881ee0f
children
line wrap: on
line source

#motd#
<div class="logo">
<a href="http://www.selenic.com/mercurial/">
<img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>

</body>
</html>