--- a/templates/paper/changeset.tmpl Tue Feb 03 20:32:42 2009 +0100
+++ b/templates/paper/changeset.tmpl Thu Feb 05 18:15:33 2009 +0100
@@ -6,7 +6,7 @@
<div class="menu">
<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" alt="mercurial" /></a>
</div>
<ul>
<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -30,9 +30,9 @@
<form class="search" action="{url}log">
{sessionvars%hiddenformentry}
-<p><input name="rev" id="search1" type="text" size="30"></p>
-<span>find changesets by author, revision,
-files, or words in the commit message</span>
+<p><input name="rev" id="search1" type="text" size="30" /></p>
+<div id="hint">find changesets by author, revision,
+files, or words in the commit message</div>
</form>
<div class="description">{desc|strip|escape|addbreaks}</div>