summaryrefslogtreecommitdiff
path: root/bottle.py
diff options
context:
space:
mode:
Diffstat (limited to 'bottle.py')
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 2219930..8452bd1 100755
--- a/bottle.py
+++ b/bottle.py
@@ -227,7 +227,7 @@ class HTTPError(HTTPResponse):
self.traceback = traceback
def __repr__(self):
- return template(ERROR_PAGE_TEMPLATE, e=self)
+ return tonat(template(ERROR_PAGE_TEMPLATE, e=self))