Changeset 1081
- Timestamp:
- 07/14/06 14:07:26
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/LivedoorClip.pm
r1075 r1081 37 37 my $summary; 38 38 if ($self->conf->{post_body}) { 39 $summary = encode('utf-8', $tag_string . $args->{entry}->body_text); # xxx should be summary 40 } else { 41 $summary = encode('utf-8', $tag_string); 39 $summary = encode('utf-8', $args->{entry}->body_text); # xxx should be summary 42 40 } 43 41
