[zope2-tracker] [Bug 452259] [NEW] TAL blocks inside <style> result in parse error
Wichert Akkerman
wichert at wiggy.net
Thu Oct 15 11:29:04 EDT 2009
Public bug reported:
I am trying to create some conditional CSS. This renders correctly:
<tal:block>
<style type="text/css">
</style>
</tal:block>
but this results in a NestingError:
<style type="text/css">
<tal:block>
</tal:block>
</style>
This might be related to #143103.
** Affects: zope2
Importance: Undecided
Status: New
--
TAL blocks inside <style> result in parse error
https://bugs.launchpad.net/bugs/452259
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list