[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates - PageTemplate.py:1.20.10.2

Chris Withers chrisw@nipltd.com
Thu, 14 Mar 2002 02:44:35 -0500


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates
In directory cvs.zope.org:/tmp/cvs-serv8590

Modified Files:
      Tag: Zope-2_5-branch
	PageTemplate.py 
Log Message:
The man called Matt, he say yes! (macro expansion off by default)

=== Zope/lib/python/Products/PageTemplates/PageTemplate.py 1.20.10.1 => 1.20.10.2 ===
      
     content_type = 'text/html'
-    expand = 1
+    expand = 0
     _v_errors = ()
     _v_warnings = ()
     id = '(unknown)'