diff --git a/lib/Rss2Html/Scrubber.pm b/lib/Rss2Html/Scrubber.pm index c2986ec..4c497b6 100644 --- a/lib/Rss2Html/Scrubber.pm +++ b/lib/Rss2Html/Scrubber.pm @@ -7,7 +7,7 @@ sub new { my ($class, %options) = @_; my $self = HTML::Scrubber->new(); $self->deny(qw(link)); - $self->allow(qw(p a em strong b i ul ol li dl dt dd br)); + $self->allow(qw(p a em strong b i ul ol li dl dt dd br blockquote)); my %rules = ( a => { href => qr{^https?://}i,