Modify ↓
#2285 closed defect (fixed)
Stipping whitespace at the beginning of ticket descriptions breaks lists
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.1 |
Component: | ticket system | Version: | 0.9 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If a ticket description begins with a list the first list the space before the first asterisk is stripped breaking the display of the list.
The whitespace is stripped before it makes it into the database; I can update the description manually using the sqlite command-line utility replacing the leading space and the ticket description is again displayed correctly so this isn't a render-time error.
This broke sometime between 0.9b2 and 0.9.
Example description:
* first list item * second list item
…displays as:
- first list item
- second list item
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Caused by [2373] maybe?