-
-
Notifications
You must be signed in to change notification settings - Fork 472
Closed
Description
When I updated to 1.6.9, it appears the way HTML entities are treated in parsed documents has changed, and it incorrectly handles some characters. The only entity I see so far that converts incorrectly is i (lower case "i"). When requesting a node's text with this entity in it, it returns "\n5;" instead (newline, "5", semi-colon). As soon as I reverted back to 1.6.8, it fixed it.
Is it possible to disable all entity handling entirely, since I can easily do that myself with html_entity_decode() if I need to?
Metadata
Metadata
Assignees
Labels
No labels