Fixed the case where HTML that contained entities was being inserted as text strings...
authorJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 19:23:56 +0000 (14:23 -0500)
committerJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 19:23:56 +0000 (14:23 -0500)
commit7c4144fab314d98b85303d01ab904bb711bc2ecc
tree3986d45973203814632022cbf5976c1e27676373
parent449e099b97d823ed0252d8821880bc0e471701ea
Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483.
src/manipulation.js
test/unit/manipulation.js