Hi, steve I encountered same problem, too. You can reference to following discussion:
http://groups.google.com/group/turbogears/browse_thread/thread/bfab4b865c262796/fc99ea2fb6b7cbc1?q=#fc99ea2fb6b7cbc1 To solve your problem in short - add following to your [DEFAULT] section in development.ini templating.genshi.method = html On 12月28日, 下午1時18分, steve <[email protected]> wrote: > hi, > > after upgrading from turbogears 2.0.3 to 2.1, i m having problems > rendering some pages in firefox. i noticed that html tags that > requires an end tag (such as </script> and </textarea> are now > transformed to /> even though i explicitly typed them out in the > genshi template. i tried specifying the genshi version 0.5 in the > setup.py file, but it still does it. was there anything that was > changed in 2.1 that would cause the observed behavior? > > thanks very much, > steve -- 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.

