Fixed XHTML validation errors
authorKevin Christen <kevin.christen@gmail.com>
Thu, 03 Jan 2008 13:39:26 -0600
changeset 5784 d17e57592909
parent 5783 28d9f8cd02f2
child 5785 38cd1ce8650d
Fixed XHTML validation errors
templates/gitweb/header.tmpl
templates/gitweb/index.tmpl
tests/test-hgweb-commands.out
--- a/templates/gitweb/header.tmpl	Wed Jan 02 20:22:10 2008 +0100
+++ b/templates/gitweb/header.tmpl	Thu Jan 03 13:39:26 2008 -0600
@@ -4,7 +4,7 @@
 <!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" />
 
--- a/templates/gitweb/index.tmpl	Wed Jan 02 20:22:10 2008 +0100
+++ b/templates/gitweb/index.tmpl	Thu Jan 03 13:39:26 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">
Binary file tests/test-hgweb-commands.out has changed