-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor htmlentities filter #215
Refactor htmlentities filter #215
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @marcelthole - Sorry it's taken a while to get a review
2.40.0 has been released so a rebase will be required |
9fb3ad2
to
cf44f2c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @marcelthole - A couple of minor adjustments and this is good to go 👍
Signed-off-by: Marcel Thole <[email protected]>
…dd missing testcases for doublequote Signed-off-by: Marcel Thole <[email protected]>
cf44f2c
to
a4dbbcd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @marcelthole 👍
Description
Move HtmlEntities filter also to the implementation via FilterInterface and removed the AbstractFilter