Closed andrispraulitis closed 6 years ago
It's not clear to me what's going on, can you provide more info on what exactly you're doing?
This is what I meant with entities
Thanks for reporting this @andrispraulitis! I'll have to look at what's going on when I get a chance.
Hi @taoeffect, have you had a chance to look into this?
This is the problem: innerHtml
textContent does work but then html tags are ignored..
Hi, I'm using script2 directly in html files, but having a problem with entities where for example if (1 > 0) becomes if (1 & gt; 0) which of course breaks javascript.
Is there a fix for this?