Ticket #11600: image2-plugin-js.patch

File image2-plugin-js.patch, 477 bytes (added by Douglas, 10 years ago)

One line patch to plugin.js

  • plugin.js

    old new  
    621621                        // Update element styles.
    622622                        if ( !CKEDITOR.tools.isEmpty( styles ) )
    623623                                attrs.style = CKEDITOR.tools.writeCssText( styles );
    624                         // Add class to element to indicate alignment
    625                         el.attributes.class += ' align-' + align;
    626 
    627624                }
    628625
    629626                return el;
     
    994991
    995992                return null;
    996993        }
    997 } )();
     994} )();
     995 No newline at end of file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy