Changeset 443
- Timestamp:
- 12/23/05 03:25:02 (7 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/GetHtml/get-html.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/GetHtml/get-html.js
r435 r443 163 163 innerhtml = editor._doc.documentElement.innerHTML; 164 164 } else { 165 innerhtml = editor._doc.body.innerHTML;165 innerhtml = root.innerHTML; 166 166 } 167 167 //pass tags to cleanHTML() one at a time
