misc/plugin/my-ex.rb in tdiary-4.0.4 vs misc/plugin/my-ex.rb in tdiary-4.0.5

- old
+ new

@@ -41,10 +41,10 @@ when 't' unless @plugin_files.grep(/tb-show.rb\z/).empty? tb = nil @diaries[date].each_visible_trackback( frag.to_i ) {|t, idx| tb = t} if tb then - url, name, tbtitle, excerpt = tb.body.split( /\n/,4 ) + _, name, _, excerpt = tb.body.split( /\n/,4 ) title = h( "[#{name}] #{@conf.shorten( excerpt, @conf.comment_length )}" ) end end end end