chiark / gitweb /
Stop using the dangerously unescaped 'innerHTML' for <option>
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Mar 2013 09:58:45 +0000 (09:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Mar 2013 09:58:45 +0000 (09:58 +0000)
commit3e39f6b80b2b6e4308e2d3a9fa436cbbb9d9b621
tree6d9a1d171f66e02216d35874ce2f17d241efb721
parent1264bccf4053d06d106d37b60516f7d27bfc8420
Stop using the dangerously unescaped 'innerHTML' for <option>
contents; use document.createTextNode like I do everywhere else.

[originally from svn r9787]
emcclib.js