#102 closed defect (fixed)
Exceptions aren't html-quoted
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Exceptions that contain <> (like <Foo.bar at 0x139413>) aren't HTML quoted, and the text disapears.
Note:
See TracTickets
for help on using tickets.
Fixed in [241]. Good call, Ian!