2006-07-13
Publish::LivedoorClipがコメントにタグを入れるのは冗長だと思ったので微修正
--- lib/Plagger/Plugin/Publish/LivedoorClip.pm (revision 1079) +++ lib/Plagger/Plugin/Publish/LivedoorClip.pm (working copy) @@ -36,9 +36,7 @@ my $summary; if ($self->conf->{post_body}) { - $summary = encode('utf-8', $tag_string . $args->{entry}->body_text); # xxx should be summary - } else { - $summary = encode('utf-8', $tag_string); + $summary = encode('utf-8', $args->{entry}->body_text); # xxx should be summary } my $uri = URI->new('http://clip.livedoor.com/clip/add');
コメント
トラックバック - http://subtech.g.hatena.ne.jp/otsune/20060713
