Commit massif sur l'intranet

darcs-hash:20070602131029-c992d-820d228ff611f44b2a1fcb185633a65d865baad2.gz
This commit is contained in:
bos 2007-06-02 15:10:29 +02:00
parent 1917896510
commit 5d71550f6b
6 changed files with 44 additions and 15 deletions

View file

@ -100,7 +100,8 @@ class TemplatesFilter(BaseFilter):
body = self._useMainTemplate(body)
else:
body = body["page"]
cherrypy.response.body = body.encode("utf8")
body.encode("utf8")
cherrypy.response.body = body
def beforeFinalize(self):