From 5c7d6d3edc6befed93ae587dc20bc80a988e8b35 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 3 Mar 2013 12:18:34 -0500 Subject: [PATCH] Autoescaping is now the default, so remove the explicit setting in chatdemo. --- demos/chat/chatdemo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/chat/chatdemo.py b/demos/chat/chatdemo.py index 6c3fcac2a..4442fc391 100755 --- a/demos/chat/chatdemo.py +++ b/demos/chat/chatdemo.py @@ -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) -- 2.47.2