Autoescaping is now the default, so remove the explicit setting in chatdemo.
This commit is contained in:
parent
920f96db6b
commit
5c7d6d3edc
|
@ -43,7 +43,6 @@ class Application(tornado.web.Application):
|
|||
template_path=os.path.join(os.path.dirname(__file__), "templates"),
|
||||
static_path=os.path.join(os.path.dirname(__file__), "static"),
|
||||
xsrf_cookies=True,
|
||||
autoescape="xhtml_escape",
|
||||
)
|
||||
tornado.web.Application.__init__(self, handlers, **settings)
|
||||
|
||||
|
|
Loading…
Reference in New Issue