fix markup of templates/{,old/}header.tmpl
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 03 Feb 2008 21:03:46 -0200
changeset 5977 e82dd2dd6276
parent 5935 0973501e5f4a
child 5978 7939c71f3132
fix markup of templates/{,old/}header.tmpl
templates/header.tmpl
templates/old/header.tmpl
--- a/templates/header.tmpl	Wed Jan 30 17:30:34 2008 -0600
+++ b/templates/header.tmpl	Sun Feb 03 21:03:46 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	Wed Jan 30 17:30:34 2008 -0600
+++ b/templates/old/header.tmpl	Sun Feb 03 21:03:46 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" />