From 15f8b4cde07199bc6d14402b0a4b417d20a227e5 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 17 Aug 2008 04:27:36 +0000 Subject: [PATCH] Fixed #8178: Another update to debug template to aid rendering of exception traces. Thanks to julianb for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8420 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/views/debug.py b/django/views/debug.py index 7cd05ea913..72631b35a7 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: