iain duncan a écrit :
> I just updated my turbogears to 1.0.3 with setuptools and now some code
> I got off the list doesn't work anymore. Unfortunately it's not an area
> I understand properly ...
>
> I had the following at the top of my controllers.py file to allow
> unescaped html:
>
> outputformat = kid.HTMLSerializer(doctype='html')
> outputformat.noescape_elements.add('div')
> tg.config.update({'kid.outputformat': outputformat})
>
>
Iain,
could you try to use the svn version (branch 1.0) of TurboKid with this
code ? I think Christoph Zwerschke applied a fix on the Kid output
format config values in the SVN that could impact you:
http://trac.turbogears.org/changeset/3240
Cheers,
Florent.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---