From bc5a7c0dbd05cf02d89d0f9913856a96e0a56b09 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 21 Jul 2009 01:50:06 +0000 Subject: [PATCH] Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11276 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/views/debug.py b/django/views/debug.py index 4e9dcb1d7c..6da89ffcf5 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -405,7 +405,7 @@ TECHNICAL_500_TEMPLATE = """ Exception Value: -
{{ exception_value|escape }}

+      
{{ exception_value|escape }}
Exception Location: @@ -630,7 +630,7 @@ Exception Value: {{ exception_value|escape }} {% else %}

No FILES data

{% endif %} - + {% if request.COOKIES %}