Changeset 3598


Ignore:
Timestamp:
2009-06-02 09:01:55 (3 years ago)
Author:
arczi
Message:

#3581 name attribute now works with anchors and images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js

    r3597 r3598  
    7272                                        var attribs = element.attributes; 
    7373 
     74                                        if ( attribs._cke_saved_name ) 
     75                                                delete attribs.name; 
    7476                                        if ( attribs._cke_saved_src ) 
    7577                                                delete attribs.src; 
     
    8082                                        var attribs = element.attributes; 
    8183 
     84                                        if ( attribs._cke_saved_name ) 
     85                                                delete attribs.name; 
    8286                                        if ( attribs._cke_saved_href ) 
    8387                                                delete attribs.href; 
Note: See TracChangeset for help on using the changeset viewer.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy