Adapting the isHTML function to a more elegant version that only overrides content with HTML tags containing iframe and script.
The current issue is that it processes every HTML content and removes HTML entities, turning "&"automatically into "&" which causes an error in the sitemap, for example.
The problem doesn't occur when only legitimate content is processed.
To temporarily fix the issue, you need to install version 1.3.1 because version 1.3.2 contains this bug.
@eibiflo write a Unit Test case for such a stuff.
Adapting the isHTML function to a more elegant version that only overrides content with HTML tags containing iframe and script.
The current issue is that it processes every HTML content and removes HTML entities, turning
"&"
automatically into "&" which causes an error in the sitemap, for example.The problem doesn't occur when only legitimate content is processed.
To temporarily fix the issue, you need to install version 1.3.1 because version 1.3.2 contains this bug. @eibiflo write a Unit Test case for such a stuff.