Revert "Don't escape with HTML::Restrict"
This reverts commit 8b840a856c
.
This commit is contained in:
parent
8b840a856c
commit
36b2d920f3
|
@ -31,10 +31,7 @@ sub startup($self) {
|
||||||
});
|
});
|
||||||
|
|
||||||
$self->helper(hr => sub ($c) {
|
$self->helper(hr => sub ($c) {
|
||||||
state $hr = HTML::Restrict->new(
|
state $hr = HTML::Restrict->new(strip_enclosed_content => [])
|
||||||
filter_text => 0,
|
|
||||||
strip_enclosed_content => []
|
|
||||||
)
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$self->helper(thread => sub ($c) {
|
$self->helper(thread => sub ($c) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user