Commit de9449cd authored by Andreas Jung's avatar Andreas Jung

removed setting the charset

parent 4f6d26d4
......@@ -290,7 +290,6 @@ class ZopePageTemplate(Script, PageTemplate, Historical, Cacheable,
try:
response = self.REQUEST.RESPONSE
if not response.headers.has_key('content-type'):
# response.setHeader('content-type', '%s; charset=%s' % (self.content_type, self.output_encoding))
response.setHeader('content-type', self.content_type)
except AttributeError:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment