Index: /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 1136)
+++ /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 1137)
@@ -310,10 +310,9 @@
 
 	// Only apply the fix when in a block, and the block is empty.
-	if ( parentTag != 'body' )
-	{
-		if ( parentNode.childNodes.length > 0 ||
-				!( FCKListsLib.BlockElements[parentTag] || 
-					FCKListsLib.NonEmptyBlockElements[parentTag] ) )
-			return ;
+	if ( parentNode.childNodes.length > 0 ||
+		 !( FCKListsLib.BlockElements[parentTag] || 
+		    FCKListsLib.NonEmptyBlockElements[parentTag] ) )
+	{
+		return ;
 	}
 
