Ticket #8178: 8178.linebreaks.diff
File 8178.linebreaks.diff, 483 bytes (added by , 16 years ago) |
---|
-
django/django/views/debug.py
388 388 <body> 389 389 <div id="summary"> 390 390 <h1>{{ exception_type }} at {{ request.path|escape }}</h1> 391 <h2>{{ exception_value| escape }}</h2>391 <h2>{{ exception_value|linebreaks|escape }}</h2> 392 392 <table class="meta"> 393 393 <tr> 394 394 <th>Request Method:</th>