From: John Resig Date: Mon, 14 Sep 2009 23:20:23 +0000 (+0000) Subject: Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML documents... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=3eb56b09b8ce903355b9173b6e60b2354a6c7ba7;hp=3eb56b09b8ce903355b9173b6e60b2354a6c7ba7;p=jquery.git 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. ---