summaryrefslogtreecommitdiff
path: root/lib/Multi/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Multi/Feed.pm')
-rw-r--r--lib/Multi/Feed.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/Feed.pm b/lib/Multi/Feed.pm
index be367bbc..ad52bace 100644
--- a/lib/Multi/Feed.pm
+++ b/lib/Multi/Feed.pm
@@ -114,7 +114,7 @@ sub write_atom {
$x->end;
}
$x->tag(link => rel => 'alternate', type => 'text/html', href => config->{url}.$_->{id}, undef);
- $x->tag('summary', type => 'html', bb2html $_->{summary}) if $_->{summary};
+ $x->tag('summary', type => 'html', bb_format $_->{summary}) if $_->{summary};
$x->end('entry');
}