Changeset 1057
- Timestamp:
- 07/06/06 21:39:00
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/refactoring-planet/plagger/lib/Plagger/Plugin/Publish/Planet.pm
r1051 r1057 59 59 foreach my $entry ($feed->entries) { 60 60 if (defined $entry->body && $scrubber) { 61 $entry->body( $scrubber->scrub($entry-> {body}) );61 $entry->body( $scrubber->scrub($entry->body) ); 62 62 } 63 63 } … … 161 161 =head1 DESCRIPTION 162 162 163 This plugin generates XHTML out of aggregated feeds suitable to put on the web as "Blog aggregator" like Python Planet does. 163 This plugin generates XHTML out of aggregated feeds suitable to put on 164 the web as "Blog aggregator" like Python Planet does. 164 165 165 166 =head1 CONFIG
