This repository was archived by the owner on Apr 6, 2021. It is now read-only.
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
typo in esapi.js #10
Open
Description
in esapi.js, line 1113
entityToCharacterMap["&image"] = "8365"; /* 8465 : black-letter
capital i */
should be changed to
entityToCharacterMap["&image"] = "8465"; /* 8465 : black-letter
capital i */
8365->8465
Original issue reported on code.google.com by [email protected]
on 30 Mar 2012 at 9:12