Ticket #1908: 1908.patch

File 1908.patch, 563 bytes (added by Alfonso Martínez de Lizarrondo, 16 years ago)

Patch as a file

  • FCKeditor.cs

     
    456456                        // Revert the HtmlEncodeOutput changes.
    457457                        if ( this.Config["HtmlEncodeOutput"] != "false" )
    458458                        {
    459                                 postedValue = postedValue.Replace( "&", "&" ) ;
    460459                                postedValue = postedValue.Replace( "&lt;", "<" ) ;
    461460                                postedValue = postedValue.Replace( "&gt;", ">" ) ;
     461                                postedValue = postedValue.Replace( "&amp;", "&" ) ;
    462462                        }
    463463
    464464                        if ( postedValue != this.Value )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy