Ticket #7070: 7070.patch

File 7070.patch, 573 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/styles/plugin.js

     
    627627                                        // We should try to normalize with IE too in some way, somewhere.
    628628                                        if ( !CKEDITOR.env.ie )
    629629                                                styleNode.$.normalize();
     630
     631                                        var bogus = styleNode.getBogus();
     632                                        bogus && bogus.remove();
     633
    630634                                }
    631635                                // Style already inherit from parents, left just to clear up any internal overrides. (#5931)
    632636                                else
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy