[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/boston/browser/template.pt
	Made the Boston skin work in Firefox 1.0.
    Marius Gedminas 
    marius at pov.lt
       
    Wed Mar  9 09:51:10 EST 2005
    
    
  
Log message for revision 29422:
  Made the Boston skin work in Firefox 1.0.
  
  
Changed:
  U   Zope3/trunk/src/zope/app/boston/browser/template.pt
-=-
Modified: Zope3/trunk/src/zope/app/boston/browser/template.pt
===================================================================
--- Zope3/trunk/src/zope/app/boston/browser/template.pt	2005-03-09 01:57:59 UTC (rev 29421)
+++ Zope3/trunk/src/zope/app/boston/browser/template.pt	2005-03-09 14:51:09 UTC (rev 29422)
@@ -13,7 +13,8 @@
 
   <!-- move this javascript to a pagelet -->
   <script type="text/javascript" src="boston.js"
-          tal:attributes="src string:${context/++resource++boston.js}" />
+          tal:attributes="src string:${context/++resource++boston.js}">
+  </script>
 
   <style type="text/css" media="all" 
          tal:content="string: @import url(${context/++resource++skin.css});">
    
    
More information about the Zope3-Checkins
mailing list