Index: /FCKeditor/trunk/editor/_source/internals/fckxhtml.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 1084)
+++ /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 1085)
@@ -198,9 +198,4 @@
 				return FCKXHtml._AppendNode( xmlNode, FCK.GetRealElement( htmlNode ) ) ;
 
-			// Ignore bogus BR nodes in the DOM.
-			if ( FCKBrowserInfo.IsGecko && 
-					( htmlNode.hasAttribute('_moz_editor_bogus_node') || htmlNode.getAttribute( 'type' ) == '_moz' ) )
-				return false ;
-
 			// This is for elements that are instrumental to FCKeditor and
 			// must be removed from the final HTML.
