diff options
Diffstat (limited to 'paste/httpexceptions.py')
| -rw-r--r-- | paste/httpexceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index af0b7ea..ebb67fe 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -267,7 +267,7 @@ class _HTTPMove(HTTPRedirection): template = ( '%(explanation)s <a href="%(location)s">%(location)s</a>;\n' 'you should be redirected automatically.\n' - '%(detail)s\n') + '%(detail)s\n<!-- %(comment)s -->') def __init__(self, detail=None, headers=None, comment=None): assert isinstance(headers, (type(None), list)) |
