Mercurial > hg-stable
changeset 6029:5b6190dfb344
Revert e82dd2dd6276
Those files are supposed to be HTML 4.01, not XML.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Fri, 08 Feb 2008 18:07:55 -0200 |
parents | 6605a03cbf87 |
children | d0dbae32517c |
files | templates/header.tmpl templates/old/header.tmpl |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/header.tmpl Fri Feb 08 11:50:37 2008 +0100 +++ b/templates/header.tmpl Fri Feb 08 18:07:55 2008 -0200 @@ -3,6 +3,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <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.css" type="text/css" />
--- a/templates/old/header.tmpl Fri Feb 08 11:50:37 2008 +0100 +++ b/templates/old/header.tmpl Fri Feb 08 18:07:55 2008 -0200 @@ -3,6 +3,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<link rel="icon" href="?static=hgicon.png" type="image/png" /> +<link rel="icon" href="?static=hgicon.png" type="image/png"> <meta name="robots" content="index, nofollow" /> <link rel="stylesheet" href="?static=style.css" type="text/css" />