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