Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML documents...
authorJohn Resig <jeresig@gmail.com>
Mon, 14 Sep 2009 23:20:23 +0000 (23:20 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 14 Sep 2009 23:20:23 +0000 (23:20 +0000)
commit3eb56b09b8ce903355b9173b6e60b2354a6c7ba7
treec2677cf95bc3e520580325abd681f4e63679af4c
parent766635e8624f5e61e021086de9e763f2ef6b17ef
Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML documents and that we only attempt to use .innerHTML on DOM Elements.
src/manipulation.js