Code

added DOCTYPE
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 30 Sep 2003 23:57:02 +0000 (23:57 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 30 Sep 2003 23:57:02 +0000 (23:57 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1890 57a73879-2fb5-44c3-a270-3262357dd7e2

templates/classic/html/page.html
templates/minimal/html/page.html

index 3760ecd6e3fed96f8920941d812bbe39296f4dd4..f630a2deaa85a75c89ef9746c647bfc5ea217781 100644 (file)
@@ -1,4 +1,7 @@
-<html metal:define-macro="icing">
+<tal:block metal:define-macro="icing">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                               "http://www.w3.org/TR/html4/strict.dtd">
+<html>
 <head>
 <title metal:define-slot="head_title">title goes here</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
 
 </body>
 </html>
+</tal:block>
 
 <td metal:define-macro="search_input">
   <input tal:attributes="value python:request.form.getvalue(name) or nothing;
index 219a52a90f8a494e01a5f25bc09ef6d7b98b5a88..aefee18bd5ab0108c80247dbe6168f256d0ff5bf 100644 (file)
@@ -1,4 +1,7 @@
-<html metal:define-macro="icing">
+<tal:block metal:define-macro="icing">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+                               "http://www.w3.org/TR/html4/strict.dtd">
+<html>
 <head>
 <title metal:define-slot="head_title">title goes here</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
@@ -67,3 +70,4 @@
 
 </body>
 </html>
+</tal:block>