Changeset 2024
- Timestamp:
- 2008-05-28 22:26:38 (7 months ago)
- Location:
- FCKeditor.Net/trunk
- Files:
-
- 2 modified
-
FCKeditor.cs (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Net/trunk/FCKeditor.cs
r1202 r2024 457 457 if ( this.Config["HtmlEncodeOutput"] != "false" ) 458 458 { 459 postedValue = postedValue.Replace( "&", "&" ) ;460 459 postedValue = postedValue.Replace( "<", "<" ) ; 461 460 postedValue = postedValue.Replace( ">", ">" ) ; 461 postedValue = postedValue.Replace( "&", "&" ) ; 462 462 } 463 463 -
FCKeditor.Net/trunk/_whatsnew.html
r2021 r2024 43 43 Fixed Bugs:</p> 44 44 <ul> 45 <li></li> 45 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1908">#1908</a>] &amp; was 46 decoded at the wrong time in the server, leading to data loss.</li> 46 47 </ul> 47 48 <h3>