[PATCH] Fixed XHTML validation errors

kevin.christen at gmail.com kevin.christen at gmail.com
Wed Jan 2 21:02:10 CST 2008


# HG changeset patch
# User Kevin Christen <kevin.christen at gmail.com>
# Date 1199328691 21600
# Node ID ff2567eec70b4fc20e2de279cc89b3aa8bf4937c
# Parent  28d9f8cd02f2d1879ef36c31df2ed116c8039d51
Fixed XHTML validation errors

diff -r 28d9f8cd02f2 -r ff2567eec70b templates/gitweb/header.tmpl
--- a/templates/gitweb/header.tmpl	Wed Jan 02 20:22:10 2008 +0100
+++ b/templates/gitweb/header.tmpl	Wed Jan 02 20:51:31 2008 -0600
@@ -4,7 +4,7 @@ Content-type: text/html; charset={encodi
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
 <head>
-<link rel="icon" href="{staticurl}hgicon.png" type="image/png">
+<link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
 <meta name="robots" content="index, nofollow"/>
 <link rel="stylesheet" href="{staticurl}style-gitweb.css" type="text/css" />
 
diff -r 28d9f8cd02f2 -r ff2567eec70b templates/gitweb/index.tmpl
--- a/templates/gitweb/index.tmpl	Wed Jan 02 20:22:10 2008 +0100
+++ b/templates/gitweb/index.tmpl	Wed Jan 02 20:51:31 2008 -0600
@@ -4,7 +4,10 @@
 <body>
 
 <div class="page_header">
-<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a>Repositories list
+    <div style="float:right'">
+        <a href="http://www.selenic.com/mercurial/" title="Mercurial">Mercurial</a>
+    </div>
+    Repositories list
 </div>
 
 <table cellspacing="0">
@@ -15,7 +18,7 @@
         <td><a href="?sort=#sort_lastchange#">Last change</a></td>
         <td>&nbsp;</td>
         <td>&nbsp;</td>
-    <tr>
+    </tr>
     #entries%indexentry#
 </table>
 <div class="page_footer">


More information about the Mercurial-devel mailing list