lukebayes/nomplate

dom.unsafe() should use Element.innerText to append child markup

Closed this issue · 1 comments

The current implementation uses textContent, but this doesn't make the unsafe content into DOM elements, which is usually what is desired.

Used innerHTML, and it seems to be working now.