Index: /FCKeditor.Java/branches/2.4.x/java-core/src/main/java/net/fckeditor/FCKeditor.java
===================================================================
--- /FCKeditor.Java/branches/2.4.x/java-core/src/main/java/net/fckeditor/FCKeditor.java	(revision 2695)
+++ /FCKeditor.Java/branches/2.4.x/java-core/src/main/java/net/fckeditor/FCKeditor.java	(revision 2696)
@@ -245,5 +245,5 @@
 
 		strEditor.append("<div>");
-		String encodedValue = escapeXml(value.replaceAll("((\r?\n)+|\t*)", ""));
+		String encodedValue = escapeXml(value);
 
 		if (Compatibility.check(request.getHeader("user-agent"))) {
Index: /FCKeditor.Java/branches/2.4.x/java-core/src/main/resources/META-INF/FCKeditor.tld
===================================================================
--- /FCKeditor.Java/branches/2.4.x/java-core/src/main/resources/META-INF/FCKeditor.tld	(revision 2695)
+++ /FCKeditor.Java/branches/2.4.x/java-core/src/main/resources/META-INF/FCKeditor.tld	(revision 2696)
@@ -70,7 +70,6 @@
 		<attribute>
 			<description>
-				Passes any content to the FCKeditor document. Use the
-				jsp:attribute tag for large inline content. \r, \n, and
-				\t will be truncated.
+				Passes any content as-is to the FCKeditor document. Use the
+				jsp:attribute tag for large inline content.
 			</description>
 			<name>value</name>
