Commit eb7fa5ef authored by Chris Withers's avatar Chris Withers

Fix for CMF Tracker #477, and the general consensus of the zpt@zope.org list.

parent 688749d4
......@@ -15,7 +15,7 @@
HTML- and XML-based template objects using TAL, TALES, and METAL.
"""
__version__='$Revision: 1.21 $'[11:-2]
__version__='$Revision: 1.22 $'[11:-2]
import os, sys, traceback, pprint
from TAL.TALParser import TALParser
......@@ -37,7 +37,7 @@ class PageTemplate(Base):
"Page Templates using TAL, TALES, and METAL"
content_type = 'text/html'
expand = 1
expand = 0
_v_errors = ()
_v_warnings = ()
id = '(unknown)'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment