hgweb: Fix stray quote in logo img tag

This commit is contained in:
Matt Mackall 2008-02-14 10:55:17 -06:00
parent 5a7631f0f9
commit 2bd998b87d
3 changed files with 7 additions and 20 deletions

View File

@ -1,7 +1,7 @@
#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>
<img src="#staticurl#hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
</body>

View File

@ -183,8 +183,8 @@ navigate: <small class="navigate"><a href="/shortlog/2ef0ac749a14">(0)</a> <a hr
<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>
@ -279,8 +279,8 @@ drwxr-xr-x da
<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>
@ -456,21 +456,8 @@ a { text-decoration:none; }
pre { margin: 0; }
.logo {
background-color: #333;
padding: 4pt;
margin: 8pt 0 8pt 8pt;
font-family: sans;
font-size: 60%;
color: white;
float: right;
clear: right;
text-align: left;
}
.logo a {
font-weight: bold;
font-size: 150%;
color: #999;
}
/* Changelog/Filelog entries */

View File

@ -43,8 +43,8 @@ Not Found
<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>