Changeset 223
- Timestamp:
- 06/07/05 06:43:12 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r222 r223 4597 4597 var i; 4598 4598 var root_tag = (root.nodeType == 1) ? root.tagName.toLowerCase() : ''; 4599 if (root_tag == 'br' && !root.nextSibling)4600 break;4601 4599 if (outputRoot) 4602 4600 outputRoot = !(editor.config.htmlRemoveTags && editor.config.htmlRemoveTags.test(root_tag));
