Am 20.11.2010 19:32 schrieb Victor:
The textarea should not be self-closed, but somehow, genshi template engine did that. In TG2.0, I didn't see self-closed script or textarea like this one in TG2.1. I know how to solve this problem which genshi, it is easy, switch the output method from "xhtml" to "html" and it works. But however, I can't find any way to change the output method of genshi easily with TG2, it seems the only way to do it is to replace the rendering function? Is that right?
I think you can set templating.genshi.method = html in the config. -- Christoph -- 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.

