Index: /FCKeditor/trunk/_samples/asp/sampleposteddata.asp
===================================================================
--- /FCKeditor/trunk/_samples/asp/sampleposteddata.asp	(revision 883)
+++ /FCKeditor/trunk/_samples/asp/sampleposteddata.asp	(revision 884)
@@ -46,5 +46,5 @@
 			<tr>
 				<td valign="top" nowrap><b><%=sForm%></b></td>
-				<td width="100%"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
+				<td width="100%" style="white-space:pre"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
 			</tr>
 			<% Next %>
Index: /FCKeditor/trunk/_samples/cfm/sampleposteddata.cfm
===================================================================
--- /FCKeditor/trunk/_samples/cfm/sampleposteddata.cfm	(revision 883)
+++ /FCKeditor/trunk/_samples/cfm/sampleposteddata.cfm	(revision 884)
@@ -55,5 +55,5 @@
 		<tr>
 			<td valign="top" bgcolor="lightskyblue">#key#</td>
-			<td>#HTMLEditFormat( evaluate( "FORM.#key#" ) )#</td>
+			<td style="white-space:pre">#HTMLEditFormat( evaluate( "FORM.#key#" ) )#</td>
 		</tr>
 		</cfloop>
Index: /FCKeditor/trunk/_samples/html/sampleposteddata.asp
===================================================================
--- /FCKeditor/trunk/_samples/html/sampleposteddata.asp	(revision 883)
+++ /FCKeditor/trunk/_samples/html/sampleposteddata.asp	(revision 884)
@@ -66,5 +66,5 @@
 Function ModifyForOutput( value )
 
-	ModifyForOutput = Server.HTMLEncode( Request.Form(sForm) )
+	ModifyForOutput = Server.HTMLEncode( value )
 
 End Function
Index: /FCKeditor/trunk/_samples/lasso/sampleposteddata.lasso
===================================================================
--- /FCKeditor/trunk/_samples/lasso/sampleposteddata.lasso	(revision 883)
+++ /FCKeditor/trunk/_samples/lasso/sampleposteddata.lasso	(revision 884)
@@ -43,5 +43,5 @@
 			<tr>
 				<td valign="top" nowrap><b>[#this->first]</b></td>
-				<td width="100%">[#this->second]</td>
+				<td width="100%" style="white-space:pre">[#this->second]</td>
 			</tr>
 [/iterate]
Index: /FCKeditor/trunk/_samples/perl/sampleposteddata.cgi
===================================================================
--- /FCKeditor/trunk/_samples/perl/sampleposteddata.cgi	(revision 883)
+++ /FCKeditor/trunk/_samples/perl/sampleposteddata.cgi	(revision 884)
@@ -95,5 +95,5 @@
 			<tr>
 				<td valign="top" nowrap><b>$key</b></td>
-				<td width="100%">$postedValue</td>
+				<td width="100%" style="white-space:pre">$postedValue</td>
 			</tr>
 _HTML_TAG_
Index: /FCKeditor/trunk/_samples/php/sampleposteddata.php
===================================================================
--- /FCKeditor/trunk/_samples/php/sampleposteddata.php	(revision 883)
+++ /FCKeditor/trunk/_samples/php/sampleposteddata.php	(revision 884)
@@ -57,5 +57,5 @@
 			<tr>
 				<td valign="top" nowrap><b><?=$sForm?></b></td>
-				<td width="100%"><?=$postedValue?></td>
+				<td width="100%" style="white-space:pre"><?=$postedValue?></td>
 			</tr>
 <?php
Index: /FCKeditor/trunk/_samples/py/sampleposteddata.py
===================================================================
--- /FCKeditor/trunk/_samples/py/sampleposteddata.py	(revision 883)
+++ /FCKeditor/trunk/_samples/py/sampleposteddata.py	(revision 884)
@@ -66,5 +66,5 @@
 				<tr>
 					<td valign="top" nowrap><b>%s</b></td>
-					<td width="100%%">%s</td>
+					<td width="100%%" style="white-space:pre">%s</td>
 				</tr>
 			""" % (key, value)
