Ticket #5256: 5256_2.patch

File 5256_2.patch, 721 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/image/dialogs/image.js

     
    547547                                                                                        {
    548548                                                                                                if ( type == IMAGE && ( this.getValue() || this.isChanged() ) )
    549549                                                                                                {
    550                                                                                                         element.data( 'cke-saved-src', decodeURI( this.getValue() ) );
    551                                                                                                         element.setAttribute( 'src', decodeURI( this.getValue() ) );
     550                                                                                                        element.data( 'cke-saved-src', this.getValue() );
     551                                                                                                        element.setAttribute( 'src', this.getValue() );
    552552                                                                                                }
    553553                                                                                                else if ( type == CLEANUP )
    554554                                                                                                {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy