Skip to content

1.0.5: Replace nodeValue with createTextNode()

Latest
Compare
Choose a tag to compare
@GeoffreyDijkstra GeoffreyDijkstra released this 18 Aug 15:17
· 1 commit to master since this release
ce64a7e
Instead of using nodeValue which doesn't escape entities, use createTextNode method instead which does escape entities.