Changeset 1218
- Timestamp:
- 08/07/06 16:46:28
- Files:
-
- trunk/plagger/lib/Plagger/Plugin/Publish/Feed.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/Feed.pm
r1217 r1218 79 79 if ($feed_format eq 'RSS') { 80 80 my $author = 'nobody@example.com'; 81 $author .= ' (' . $e->author . ')' if $e->author;81 $author .= ' (' . $e->author . ')' if $e->author; 82 82 $entry->author($author); 83 83 } elsif ($e->author) {
