Revert "Don't escape with HTML::Restrict"

This reverts commit 8b840a856c.
This commit is contained in:
swag 2023-05-06 00:00:16 -04:00
parent 8b840a856c
commit 36b2d920f3

View File

@ -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) {