diff tests/test-hgweb.out @ 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 cfb4a51da7d5
children d43c94414ba1
line wrap: on
line diff
--- a/tests/test-hgweb.out	Thu Feb 14 10:28:27 2008 -0600
+++ b/tests/test-hgweb.out	Thu Feb 14 10:55:17 2008 -0600
@@ -43,8 +43,8 @@
 
 
 <div class="logo">
-powered by<br/>
-<a href="http://www.selenic.com/mercurial/">mercurial</a>
+<a href="http://www.selenic.com/mercurial/">
+<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
 </div>
 
 </body>