You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from chameleon.zpt.template import PageTemplate
ts = """<tal:define define="x 1"><span tal:content="x"/>"""
t = PageTemplate(ts)
t()
It is quite frequent to forget end tags (or place them at the wrong place in the template structure). Silently ignoring the corresponding start tags makes the analysis of such errors much more difficult.
The text was updated successfully, but these errors were encountered:
Reproduced by (e.g.)
It is quite frequent to forget end tags (or place them at the wrong place in the template structure). Silently ignoring the corresponding start tags makes the analysis of such errors much more difficult.
The text was updated successfully, but these errors were encountered: