Changeset 117 for trunk/lib/redcloth/textile.rb
- Timestamp:
- 12/30/2005 20:14:52 (3 years ago)
- Files:
-
- 1 modified
-
trunk/lib/redcloth/textile.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/redcloth/textile.rb
r116 r117 191 191 unless depth.last == tl 192 192 depth << tl 193 atts = pba( "#{atts} style=\"list-style-type:none;\"")194 atts = shelve( atts ) if atts193 atts = pba( atts ) 194 atts = shelve( "#{atts} style=\"list-style-type:none;\"" ) 195 195 lines[line_id] = "#{"\t"*(depth.size-1)}<#{ lT(tl) }l#{ atts }>\n#{"\t"*depth.size}<li>#{ content }" 196 196 else