Ticket #2285 (closed defect: fixed)
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: |
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
Note: See
TracTickets for help on using
tickets.


