Opened 5 years ago
Closed 5 years ago
#5549 closed defect (bug) (invalid)
Use a fixed width font for the ticket information in Trac emails
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | low | |
| Component: | Trac | Keywords: | reporter-feedback |
| Cc: |
Description
Trac sends its emails as text/html with a proportional width font which means the ticket information table at the top is misaligned. This table is actually correctly formatted by Trac for display as plain text. It should look like this:
-----------------------------+-----------------------------
Reporter: peterwilsoncc | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Role/Capability | Version:
Severity: normal | Keywords:
Focuses: |
-----------------------------+-----------------------------
Probably the whole email should be text/plain, but there's some minor styling in the email footer that would need to be removed in that case. Alternatively the information table at the top should use a monospace font declaration.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Screenshot