You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strip_tags replaces &, > and < symbols for corresponding HTML entities.
This is unexpected, since those are not tags and they're not being stripped.
Should it be a part of a different function instead?
The text was updated successfully, but these errors were encountered:
@rrrene any thoughts?
I am using HtmlSanitizeEx.html5(some_binary) and it replaces the above-mentioned symbols with HTML entities. Anyway to prevent this from happening?
strip_tags
replaces&
,>
and<
symbols for corresponding HTML entities.This is unexpected, since those are not tags and they're not being stripped.
Should it be a part of a different function instead?
The text was updated successfully, but these errors were encountered: