[Trac-tickets] [The Trac Project] #2083: Description lists in changeset commit log are not correctly displayed

The Trac Project noreply at edgewall.com
Mon Sep 19 07:22:04 CDT 2005


#2083: Description lists in changeset commit log are not correctly displayed
----------------------------+-----------------------------------------------
 Reporter:  cboos           |       Owner:  jonas
     Type:  defect          |      Status:  new  
 Priority:  low             |   Milestone:       
Component:  changeset view  |     Version:  0.9b1
 Severity:  minor           |   Keywords:                  |  
----------------------------+-----------------------------------------------
 == Problem seen ==

 First seen here: http://projects.robinbowes.com/flac2mp3/changeset/11

 The `<dl>` elements receive the same style specification
 as the ones corresponding to the changeset properties
 ('''Timestamp''', '''Author''', etc.)

 Additionally, the description list was unattended there,
 it was the use of the identifier `File::Spec` that triggered it:

 Having:
 {{{
   Now make more extensive use of File::Spec
 }}}

 Produces:
   Now make more extensive use of File::Spec


 == How to fix it ==

  1. The CSS rules must be differentiate between description lists
     from the ''content'' and those corresponding to the page layout
  2. The Wiki syntax for the description lists should be adapted,
     maybe a space or an end-of-line must be mandatory after the
     double column

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


More information about the Trac-Tickets mailing list