Ticket #5860: 5860.patch

File 5860.patch, 455 bytes (added by Garry Yao, 14 years ago)
  • _source/core/tools.js

     
    337337                 */
    338338                htmlEncodeAttr : function( text )
    339339                {
    340                         return text.replace( /"/g, '&quot;' ).replace( /</g, '&lt;' ).replace( />/, '&gt;' );
     340                        return text.replace( /"/g, '&quot;' ).replace( /</g, '&lt;' ).replace( />/g, '&gt;' );
    341341                },
    342342
    343343                /**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy