[Zope-dev] Strange Characters and Zope
Brian Hooper
brian@garage.co.jp
Mon, 02 Aug 1999 12:13:58 +0900
Hi Andreas,
> Well, you could add
>
> <dtml-call "RESPONSE.set('content-type','text/html')">
>
> to your standard_html_header.
Thanks, this was obvious, I should have thought of this!
One comment though - couldn't this work better if documents with <HTML>
were considered HTML documents, even if they contain 'binary' data?
In other words, if the order of the document-type checks was changed,
wouldn't everyone come out happy?
--Brian