Changeset 443

Show
Ignore:
Timestamp:
12/23/05 03:25:02 (7 years ago)
Author:
wymsy
Message:

fix for ticket #631: GetHtml plugin now works in spell checker

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/GetHtml/get-html.js

    r435 r443  
    163163                        innerhtml = editor._doc.documentElement.innerHTML; 
    164164                } else { 
    165                         innerhtml = editor._doc.body.innerHTML; 
     165                        innerhtml = root.innerHTML; 
    166166                } 
    167167                //pass tags to cleanHTML() one at a time