Ticket #3789: 3789.patch

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

     
    155155                                                delete attribs.href;
    156156                                },
    157157
    158                                 input : removeName,
     158                                input : function( element )
     159                                {
     160                                        var attribs = element.attributes;
     161
     162                                        if ( attribs._cke_saved_name )
     163                                                delete attribs.name;
     164                                        if ( attribs._cke_saved_src )
     165                                                delete attribs.src;
     166                                },
    159167                                textarea : removeName,
    160168                                select : removeName,
    161169                                form : removeName
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy