From 8b86d31cbfc65e4f2e815b6733c419eb76314c51 Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Wed, 13 Jul 2011 12:12:59 -0700 Subject: [PATCH] Properly escape backslashes on awesome robot ascii art. --- webfront.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webfront.py b/webfront.py index 7b0ce9a..79bce32 100755 --- a/webfront.py +++ b/webfront.py @@ -182,14 +182,14 @@ class MainHandler(tornado.web.RequestHandler): __\\___________/__ / \\ / ___ ___ \\ - | / \ / \ | + | / \\ / \\ | | | H || H | | - | \___/ \___/ | + | \\___/ \\___/ | | | - | \ / | - | \___________/ | - \ / - \_________________/ + | \\ / | + | \\___________/ | + \\ / + \\_________________/ _________|__|_______ _| |_ / | | \\ @@ -198,12 +198,12 @@ class MainHandler(tornado.web.RequestHandler): | | O O O | | | | | | / | | \\ - | /| |\ | - \| | | |/ + | /| |\\ | + \\| | | |/ |____________________| | | | | |__| |__| - / __ \ / __ \\ + / __ \\ / __ \\ OO OO OO OO """]