Ticket #8178: 8178.linebreaks.diff

File 8178.linebreaks.diff, 483 bytes (added by Julien Phalip, 16 years ago)
  • django/django/views/debug.py

     
    388388<body>
    389389<div id="summary">
    390390  <h1>{{ exception_type }} at {{ request.path|escape }}</h1>
    391   <h2>{{ exception_value|escape }}</h2>
     391  <h2>{{ exception_value|linebreaks|escape }}</h2>
    392392  <table class="meta">
    393393    <tr>
    394394      <th>Request Method:</th>
Back to Top