#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)
Change History (3)
by , 16 years ago
| Attachment: | debug.py-pre-typo-fix.diff added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [11276]) Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report.