Django

Code

Changeset 8420

Show
Ignore:
Timestamp:
08/16/08 23:27:36 (4 months ago)
Author:
russellm
Message:

Fixed #8178: Another update to debug template to aid rendering of exception traces. Thanks to julianb for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/views/debug.py

    r8407 r8420  
    406406    <tr> 
    407407      <th>Exception Value:</th> 
    408       <td>{{ exception_value|escape }}</td> 
     408      <td><pre>{{ exception_value|escape }}<pre></td> 
    409409    </tr> 
    410410    <tr>