Ticket #6869: 6869.patch

File 6869.patch, 597 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/htmldataprocessor/plugin.js

     
    122122                                // Attributes saved for changes and protected attributes.
    123123                                [ ( /^data-cke-(saved|pa)-/ ), '' ],
    124124
    125                                 // All "data-cke" attributes are to be ignored.
    126                                 [ ( /^data-cke.*/ ), '' ],
     125                                // "data-cke" attributes are to be ignored.
     126                                [ ( /^data-cke-(?!nostyle).*/ ), '' ],
    127127
    128128                                [ 'hidefocus', '' ]
    129129                        ],
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy