diff options
Diffstat (limited to 'django/views/debug.py')
| -rw-r--r-- | django/views/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/debug.py b/django/views/debug.py index a92f487bb1..f7c685893c 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -537,7 +537,7 @@ TECHNICAL_500_TEMPLATE = (""" <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="NONE,NOARCHIVE"> <title>{% if exception_type %}{{ exception_type }}{% else %}Report{% endif %}""" -"""{% if request %} at {{ request.path_info|escape }}{% endif %}</title> +r"""{% if request %} at {{ request.path_info|escape }}{% endif %}</title> <style type="text/css"> html * { padding:0; margin:0; } body * { padding:10px 20px; } |
