Modify ↓
Ticket #2285 (closed defect: fixed)
Opened 6 years ago
Last modified 5 years ago
Stipping whitespace at the beginning of ticket descriptions breaks lists
| Reported by: | trac@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.1 |
| Component: | ticket system | Version: | 0.9 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 6 years ago by trac@…
comment:2 Changed 6 years ago by cmlenz
- Milestone set to 0.9.1
- Owner changed from jonas to cmlenz
- Status changed from new to assigned
Yep.
comment:3 Changed 6 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.



Caused by [2373] maybe?