[intranet] petites modifs pour lenny...
darcs-hash:20100303045429-ffbb2-388725d9429e90c38bd499e0f0f2466b13fae569.gz
This commit is contained in:
parent
e8bcf1c2c8
commit
2d32c3f227
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# -*- coding: iso-8859-15 -*-
|
||||||
|
|
||||||
from cherrypy.filters.basefilter import BaseFilter
|
from cherrypy.filters.basefilter import BaseFilter
|
||||||
import cherrypy._cputil
|
import cherrypy._cputil
|
||||||
import cherrypy
|
import cherrypy
|
||||||
|
|
|
@ -100,7 +100,6 @@ class TemplatesFilter(BaseFilter):
|
||||||
body = self._useMainTemplate(body)
|
body = self._useMainTemplate(body)
|
||||||
else:
|
else:
|
||||||
body = body["page"]
|
body = body["page"]
|
||||||
body.encode("utf8")
|
|
||||||
cherrypy.response.body = body
|
cherrypy.response.body = body
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue