Changeset 3598
- Timestamp:
- 2009-06-02 09:01:55 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js
r3597 r3598 72 72 var attribs = element.attributes; 73 73 74 if ( attribs._cke_saved_name ) 75 delete attribs.name; 74 76 if ( attribs._cke_saved_src ) 75 77 delete attribs.src; … … 80 82 var attribs = element.attributes; 81 83 84 if ( attribs._cke_saved_name ) 85 delete attribs.name; 82 86 if ( attribs._cke_saved_href ) 83 87 delete attribs.href;
Note: See TracChangeset
for help on using the changeset viewer.
