Changeset 2565

Show
Ignore:
Timestamp:
08/14/07 08:41:57 (1 year ago)
Author:
athomas
Message:

S5Plugin:

Added patch from Ilya Nazarov, thanks! Fixes #1804.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • s5plugin/0.10/s5/s5.py

    r2157 r2565  
    136136    def convert_content(self, req, mimetype, content, key): 
    137137        template, _ = self.process_request(req) 
    138         return req.hdf.render(template), 'text/html
     138        return req.hdf.render(template), 'text/html;charset=utf-8