Index: /FCKeditor/trunk/editor/_source/internals/fckxhtml.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 33)
+++ /FCKeditor/trunk/editor/_source/internals/fckxhtml.js	(revision 34)
@@ -176,5 +176,5 @@
 				return false ;
 
-			if ( sNodeName == 'br' && htmlNode.hasAttribute('type') && htmlNode.getAttribute( 'type', 2 ) == '_moz' )
+			if ( sNodeName == 'br' && htmlNode.getAttribute( 'type', 2 ) == '_moz' )
 				return false ;
 
