Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11512 closed (fixed)

One character HTML typo in views/debug.py

Reported by: Richard Laager Owned by: nobody
Component: Uncategorized Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The <pre></pre> wrapper around the Exception Value in views/debug.py is actually "<pre>...<pre>". The attached patch fixes that.

Attachments (1)

debug.py-pre-typo-fix.diff (402 bytes ) - added by Richard Laager 15 years ago.

Download all attachments as: .zip

Change History (3)

by Richard Laager, 15 years ago

Attachment: debug.py-pre-typo-fix.diff added

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11276]) Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report.

comment:2 by Russell Keith-Magee, 15 years ago

(In [11278]) [1.0.X] Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report.

Merge of r11276 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top