[Trac-tickets] [The Trac Project] #2285: Stipping whitespace at the beginning of ticket descriptions breaks lists

The Trac Project noreply at edgewall.com
Tue Nov 1 00:32:34 CST 2005


#2285: Stipping whitespace at the beginning of ticket descriptions breaks lists
----------------------------------+-----------------------------------------
 Reporter:  trac at itsmecurtis.com  |       Owner:  jonas
     Type:  defect                |      Status:  new  
 Priority:  normal                |   Milestone:       
Component:  ticket system         |     Version:  0.9  
 Severity:  minor                 |   Keywords:                        |  
----------------------------------+-----------------------------------------
 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

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2285>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list