Ticket #5578: 5578_3.patch

File 5578_3.patch, 555 bytes (added by brooks, 14 years ago)
  • _source/plugins/fakeobjects/plugin.js

     
    7171                _cke_realelement : encodeURIComponent( realElement.getOuterHtml() ),
    7272                _cke_real_node_type : realElement.type,
    7373                alt : lang[ realElementType ] || lang.unknown,
    74                 align : realElement.attributes.align || ''
     74                align : realElement.getAttribute( 'align' ) || ''
    7575        };
    7676
    7777        if ( realElementType )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy