Changeset 1088
- Timestamp:
- 11/16/07 10:49:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckxhtml.js
r1085 r1088 198 198 return FCKXHtml._AppendNode( xmlNode, FCK.GetRealElement( htmlNode ) ) ; 199 199 200 // Ignore bogus BR nodes in the DOM. 201 if ( FCKBrowserInfo.IsGecko && 202 htmlNode.nextSibling && 203 ( htmlNode.hasAttribute('_moz_editor_bogus_node') || htmlNode.getAttribute( 'type' ) == '_moz' ) ) 204 return false ; 205 200 206 // This is for elements that are instrumental to FCKeditor and 201 207 // must be removed from the final HTML.
Note: See TracChangeset
for help on using the changeset viewer.
