Skip to content

Commit

Permalink
Disable strict mode for compatibility with the reference evaluation m…
Browse files Browse the repository at this point in the history
…odel. Note that this requires Chameleon >= 2.6.
  • Loading branch information
malthe committed Nov 24, 2011
1 parent 9578dbc commit cc2c949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/z3c/pt/pagetemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class BaseTemplate(template.PageTemplate):

literal_false = True

strict = False

@property
def boolean_attributes(self):
if self.content_type == 'text/xml':
Expand Down

0 comments on commit cc2c949

Please sign in to comment.