Opened 13 years ago
Closed 13 years ago
#16331 closed Cleanup/optimization (fixed)
Wrap whitespace in <pre> tag in the TECHNICAL_500_TEMPLATE
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | 1.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
The TECHNICAL_500_TEMPLATE can display a very long exception value in one line, which is very difficult to see as a whole (you'd have to scroll horizontally). This changeset apply the css 'white-space: pre-wrap' style to the <pre> tag to wrap it to browsers' width.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | TECHNICAL_500_TEMPLATE-pre-whitespace-pre-wrap.patch added |
---|
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
UI/UX: | set |
comment:2 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
patch as described in the ticket