diff --git a/lib/PostText.pm b/lib/PostText.pm index 6b38cfc..8ec277f 100644 --- a/lib/PostText.pm +++ b/lib/PostText.pm @@ -31,10 +31,7 @@ sub startup($self) { }); $self->helper(hr => sub ($c) { - state $hr = HTML::Restrict->new( - filter_text => 0, - strip_enclosed_content => [] - ) + state $hr = HTML::Restrict->new(strip_enclosed_content => []) }); $self->helper(thread => sub ($c) {