Re: problems with http://git-scm.com/
From: Teemu Likonen <hidden>
Date: 2016-06-15 22:46:01
[Adding some CCs.] Oliver Kullmann (2009-01-24 17:37 +0000) wrote:
since a few docs my (somewhat rusty) Konqueror can't load
http://git-scm.com/
anymore.
Now checking at
http://validator.w3.org/
we get one error:
Line 174, Column 14: there is no attribute "clear".
<br clear="all"/>
And that shouldn't be (since http://git-scm.com/ claims to be strict
xhtml). Don't know whether this is the problem, but that attribute
clearly should be removed anyway.It seems that the attribute has already been changed to style="clear:both;" in the web site's git repository[1]. It's the commit cea494929e (2009-01-08). But www.git-scm.com is still serving an old version. --------------- 1. git://github.com/schacon/gitscm.git