From dff276b9c1ce79e5c5a727970ad2951f4530e293 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 21 Jul 2009 02:09:06 +0000 Subject: [PATCH] [1.0.X] Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report. Merge of r11276 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11278 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django/views/debug.py b/django/views/debug.py index 4222baed69..95e65099b4 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -403,7 +403,7 @@ TECHNICAL_500_TEMPLATE = """ Exception Value: -
{{ exception_value|escape }}

+      
{{ exception_value|escape }}
Exception Location: @@ -608,6 +608,7 @@ Exception Value: {{ exception_value|escape }}

No POST data

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