Mercurial > hg
changeset 5784:d17e57592909
Fixed XHTML validation errors
author | Kevin Christen <kevin.christen@gmail.com> |
---|---|
date | Thu, 03 Jan 2008 13:39:26 -0600 |
parents | 28d9f8cd02f2 |
children | 38cd1ce8650d |
files | templates/gitweb/header.tmpl templates/gitweb/index.tmpl tests/test-hgweb-commands.out |
diffstat | 3 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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> </td> <td> </td> - <tr> + </tr> #entries%indexentry# </table> <div class="page_footer">