Modify ↓
Opened 9 years ago
Last modified 6 years ago
#12774 new defect
Separator line is shown twice
| Reported by: | Jun Omae | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | next-major-releases |
| Component: | notification | Version: | 1.0.15 |
| Severity: | trivial | Keywords: | bitesized |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It may be fixed by the following patch (untested):
-
trac/ticket/templates/ticket_notify_email.txt
13 13 ${_('Description changed by %(author)s:', author=change.author)} 14 14 # endif 15 15 ${changes_descr} 16 --17 16 # endif 18 17 # if change.comment: 19 18
Attachments (1)
Change History (5)
by , 9 years ago
| Attachment: | duplicated-signature-lines.png added |
|---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Keywords: | bitesized added |
|---|---|
| Milestone: | 1.3.2 → next-dev-1.3.x |
| Priority: | low → lowest |
| Severity: | minor → trivial |
| Version: | 1.3dev → 1.0.15 |
That is a trivial issue. Retargeting to next-dev-1.3.x. Also, the same issue occurs with Trac 1.0.15 when description is changed and comment is not added.
comment:4 by , 6 years ago
| Milestone: | next-dev-1.5.x → next-major-releases |
|---|
Note:
See TracTickets
for help on using tickets.




I'll create release 1.3.2 soon. Do you want to commit this change first?