Modify ↓
Opened 20 years ago
Closed 19 years ago
#760 closed defect (fixed)
Small formatting problem in notification email
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | lowest | Milestone: | 0.10 |
Component: | ticket system | Version: | devel |
Severity: | trivial | Keywords: | notification email |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If the number of fields in the mail header is odd then I get the following result
------------------------+--------------------------------------------------- Id: 1 | Status: new Component: component1 | Modified: Sat Sep 11 22:39:46 2004 Severity: normal | Priority: normal Version: 1.0 | Owner: somebody Reporter: anonymous | -----------------------+--------------------------------------------------- The ticket description...
To fix this you only need to add the following lines to Notify.py(256):
if i % 2 == 0 txt += CRLF
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Keywords: | notification email added |
---|
comment:2 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at some point in the past ;-)