[Zope-CVS] CVS: Products3/RotterdamSprint - template.pt:1.7

runyaga runyaga@thisbox.com
Wed, 4 Dec 2002 08:11:12 -0500


Update of /cvs-repository/Products3/RotterdamSprint
In directory cvs.zope.org:/tmp/cvs-serv26722

Modified Files:
	template.pt 
Log Message:
removed whitespace and have doctype slot.
also w/o having a doctype exposed a bug somewhere
that Jim is fixing.. thanks Jim ;-)



=== Products3/RotterdamSprint/template.pt 1.6 => 1.7 ===
--- Products3/RotterdamSprint/template.pt:1.6	Wed Dec  4 07:22:21 2002
+++ Products3/RotterdamSprint/template.pt	Wed Dec  4 08:11:11 2002
@@ -1,9 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<metal:block define-macro="page"><metal:block define-slot="doctype"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></metal:block>
+
 <html
   xmlns="http://www.w3.org/1999/xhtml"
   xml:lang="en"
-  lang="en" 
-  metal:define-macro="page">
+  lang="en" >
   <head metal:define-macro="head">
     <title metal:define-slot="title">Z3 UI</title>
 
@@ -138,3 +138,5 @@
 
   </body>
 </html>
+</metal:block>
+