Ticket #3581: 3581.patch

File 3581.patch, 676 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/htmldataprocessor/plugin.js

     
    6060                                {
    6161                                        var attribs = element.attributes;
    6262
     63                                        if ( attribs._cke_saved_name )
     64                                                delete attribs.name;
    6365                                        if ( attribs._cke_saved_src )
    6466                                                delete attribs.src;
    6567                                },
     
    6870                                {
    6971                                        var attribs = element.attributes;
    7072
     73                                        if ( attribs._cke_saved_name )
     74                                                delete attribs.name;
    7175                                        if ( attribs._cke_saved_href )
    7276                                                delete attribs.href;
    7377                                },
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy