Commit bc5a7c0d authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 42ff5b3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ TECHNICAL_500_TEMPLATE = """
    </tr>
    <tr>
      <th>Exception Value:</th>
      <td><pre>{{ exception_value|escape }}<pre></td>
      <td><pre>{{ exception_value|escape }}</pre></td>
    </tr>
    <tr>
      <th>Exception Location:</th>