Show
Ignore:
Timestamp:
08/28/08 20:33:57 (3 months ago)
Author:
hsbt
Message:

strip category in sectitle.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/notify_miniblog.rb

    r18362 r18403  
    5454        end 
    5555 
     56        # strip category 
     57        sectitle.gsub(/\[([^\]]+)\]+/, '').gsub(/^ +/, '') 
    5658        url = URI.encode(@conf.base_url + anchor("#{date}p%02d" % index), /[^-.!~*'()\w]/n) 
    5759        prefix = @conf['miniblog.notify.prefix']