Index: /FCKeditor.Net/trunk/FCKeditor.cs
===================================================================
--- /FCKeditor.Net/trunk/FCKeditor.cs	(revision 2023)
+++ /FCKeditor.Net/trunk/FCKeditor.cs	(revision 2024)
@@ -457,7 +457,7 @@
 			if ( this.Config["HtmlEncodeOutput"] != "false" )
 			{
-				postedValue = postedValue.Replace( "&amp;", "&" ) ;
 				postedValue = postedValue.Replace( "&lt;", "<" ) ;
 				postedValue = postedValue.Replace( "&gt;", ">" ) ;
+				postedValue = postedValue.Replace( "&amp;", "&" ) ;
 			}
 
Index: /FCKeditor.Net/trunk/_whatsnew.html
===================================================================
--- /FCKeditor.Net/trunk/_whatsnew.html	(revision 2023)
+++ /FCKeditor.Net/trunk/_whatsnew.html	(revision 2024)
@@ -43,5 +43,6 @@
 		Fixed Bugs:</p>
 	<ul>
-		<li></li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1908">#1908</a>] &amp;amp; was
+			decoded at the wrong time in the server, leading to data loss.</li>
 	</ul>
 	<h3>
