mercurial at 5791: 14 new changesets

Maxim Dounin mdounin at mdounin.ru
Sun Jan 6 11:43:52 CST 2008


Hello!

On Sun, Jan 06, 2008 at 01:28:39PM +0100, Christian Ebert wrote:

>* Mercurial Commits on Thursday, January 03, 2008 at 21:15:46 +0100
>> 14 new changesets in mercurial:
>
>[...]
>
>> http://www.selenic.com/hg/rev/d17e57592909
>> changeset:   5784:d17e57592909
>> user:        Kevin Christen <kevin.christen at gmail.com>
>> date:        Thu Jan 03 13:39:26 2008 -0600
>> summary:     Fixed XHTML validation errors
>
>This messes up the gitweb index header in Safari on MacOS
>10.4.11. -- "Mercurial" is positioned below the "Repositories
>list" header, and half outside the grey stripe.
>
>Might well be the fault of Safari, I don't know about XHTML,
>still it looks bad ;)

Could you please test if this fixes the problem? I have no Safari
currently on hand to test this, but "'" looks plainly wrong here.

diff -r 602aed544dd6 templates/gitweb/index.tmpl
--- a/templates/gitweb/index.tmpl       Sun Jan 06 03:19:40 2008 
+0300
+++ b/templates/gitweb/index.tmpl       Sun Jan 06 19:21:12 2008 
+0300
@@ -4,7 +4,7 @@
 <body>

 <div class="page_header">
-    <div style="float:right'">
+    <div style="float:right">
         <a href="http://www.selenic.com/mercurial/" 
title="Mercurial">Mercurial</a>
     </div>
     Repositories list

Maxim Dounin


More information about the Mercurial-devel mailing list