mathiasbynens/he

Certain named entities don't decode (& and <)

simongiles1 opened this issue · 1 comments

I have run this
he.decode('foo&ampbar');

And it outputs:
foo&bar

Apologies if I'm doing something wrong

For whatever reason it wasn't rendering working correctly in jsfiddle but when I tried it on my website it worked fine. Closing the issue.