Roland schrieb:
> For some reason the textarea is rendered <textarea /> (instead of
> <textarea></textarea>) when the field in the database is empty, which
> leads the browser to display the rest of the html-code inside of the
> textarea.
> Does anybody know a solution for this problem?

Looks like you're producing XHTML but your doctype is HTML. Either fix 
the doctype or configure Turbogears to produce HTML instead of XHTML 
(how you do this depends on the TG version and the templating engine).

-- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to