12 May
2000
12 May
'00
12:19 p.m.
The idea which crossed my mind was to subclass DTML Document and replace the render method which one that returned something like html_quote(self.raw()).
That would bring up HTML in a rendered page. I don't think that's what you want. That would be ok for editing tho.
I wonder if I'd need to set any content types?
I don't think you have to do that if you use <DOCTYPE or <HTML around the start of the document, it should "take care of itself". -Morten