[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.19

Stephan Richter srichter@cbu.edu
Tue, 8 Apr 2003 10:53:40 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv3915/src/zope/app/browser/skins/rotterdam

Modified Files:
	template.pt 
Log Message:
- Wow, in Mozilla the <script> tag cannot be a singelton, i.e.

   <script type="..." ... />

  does not work, but
   
   <script type="..." ...></script>

  works. Strange.

- Another small optimization by making an empty div a singelton.


=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.18 => 1.19 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.18	Fri Apr  4 08:54:31 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt	Tue Apr  8 10:53:39 2003
@@ -28,7 +28,9 @@
     <metal:block define-slot="ecmascript_slot" />
 
     <script type="text/javascript" src="xmltree.js" 
-            tal:attributes="src string:${context/++resource++xmltree.js}" />
+            tal:attributes="src string:${context/++resource++xmltree.js}" >
+    </script>
+
     <link rel="icon" type="image/png"
           tal:attributes="href context/++resource++favicon.png" />
   </head>
@@ -215,9 +217,7 @@
       </div>
     </div>
 
-    <div id="footer"
-      metal:define-macro="footer">
-    </div>
+    <div id="footer" metal:define-macro="footer" />
 
     <div id="logger" />