Modify ↓
Opened 16 years ago
Last modified 6 years ago
#5456 new defect
Wiki formatting is not properly displayed in referenced ticket
| Reported by: | Ryan J Ollos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | TracBacksPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I added the following comment to one of my tickets:
---
- Complete the following tickets.
- Merge all development work from version 0.1 into the trunk and destroy the development branches.
---
The actual wiki markup is:
1. Complete the following tickets. 1. Ticket #39 1. Ticket #54 1. Ticket #55 1. Ticket #56 1. Merge all development work from version 0.1 into the trunk and destroy the development branches.
When I look at ticket #55 I see exactly:
This ticket has been referenced in ticket #66:
... Complete the following tickets.
1. Ticket #39
2. Ticket #54
3. Ticket #55
4. Ticket #56
1. Merge all development work from version 0.1 into the trun...
The issues here are:
- The indentation of the comment in
ticket #55not correct. - A linebreak has been added, which probably results in issue
#3. - The list numbering is not correct.
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
| Component: | TicketModifiedFilesPlugin → TracBacksPlugin |
|---|---|
| Owner: | changed from Emilien Klein to Mel Chua |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
This could be caused by or related to a problem with the wiki engine. See Trac Issue #4235 on Edgewall.
comment:4 Changed 16 years ago by
| Owner: | changed from Mel Chua to Ryan J Ollos |
|---|
Reassigning to new maintainer.
comment:5 Changed 6 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
Note: See
TracTickets for help on using
tickets.



See #5457 for a related issue.