Changeset 3416
- Timestamp:
- 04/23/09 11:01:20 (4 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/core/dom/element.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/core/dom/element.js
r3407 r3416 336 336 { 337 337 if ( this.$.outerHTML ) 338 return this.$.outerHTML; 338 { 339 // IE includes the <?xml:namespace> tag in the outerHTML of 340 // namespaced element. So, we must strip it here. (#3341) 341 return this.$.outerHTML.replace( /<\?[^>]*>/, '' ); 342 } 339 343 340 344 var tmpDiv = this.$.ownerDocument.createElement( 'div' );
Note: See TracChangeset
for help on using the changeset viewer.
