feature(entity) add "

This commit is contained in:
coderaiser 2018-04-23 17:02:12 +03:00
parent 44e2ec7f90
commit c413d0ba6e
2 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,7 @@ const Entities = {
' ': ' ',
'&lt;': '<',
'&gt;': '>',
'&quot;': '"',
};
const keys = Object.keys(Entities);