diff templates/header.tmpl @ 154:1d5f799ebe1e

fixed problem with head/body tags, added dtd, fixed table attributes add quotes around all attributes (w3c recommendation) pages pass w3c validator
author jake@edge2.net
date Tue, 24 May 2005 16:08:09 -0700
parents 529bf610092e
children 083c38bdfa64
line wrap: on
line diff
--- a/templates/header.tmpl
+++ b/templates/header.tmpl
@@ -1,8 +1,8 @@
 Content-type: text/html
 
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-</head>
 <style type="text/css">
 a { text-decoration:none; }
 .parity0 { background-color: #eeeeee; }
@@ -26,6 +26,3 @@ a { text-decoration:none; }
 }
 
 </style>
-</head>
-<body>
-