Ticket #3341: 3341_2.patch

File 3341_2.patch, 495 bytes (added by Frederico Caldeira Knabben, 15 years ago)
  • _source/core/dom/element.js

     
    335335                getOuterHtml : function()
    336336                {
    337337                        if ( this.$.outerHTML )
    338                                 return this.$.outerHTML;
     338                                return this.$.outerHTML.replace( /<?[^>]*>/, '' );
    339339
    340340                        var tmpDiv = this.$.ownerDocument.createElement( 'div' );
    341341                        tmpDiv.appendChild( this.$.cloneNode( true ) );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy