Show
Ignore:
Timestamp:
12/30/2005 20:14:52 (3 years ago)
Author:
cardmagic
Message:

Fixing inline lists to remove bullets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/redcloth/textile.rb

    r116 r117  
    191191                    unless depth.last == tl 
    192192                        depth << tl 
    193                         atts = pba( "#{atts} style=\"list-style-type:none;\"" ) 
    194                         atts = shelve( atts ) if atts 
     193                        atts = pba( atts ) 
     194                        atts = shelve( "#{atts} style=\"list-style-type:none;\"" ) 
    195195                        lines[line_id] = "#{"\t"*(depth.size-1)}<#{ lT(tl) }l#{ atts }>\n#{"\t"*depth.size}<li>#{ content }" 
    196196                    else