Index: /CKEditor/trunk/_source/core/htmlparser/fragment.js
===================================================================
--- /CKEditor/trunk/_source/core/htmlparser/fragment.js	(revision 7525)
+++ /CKEditor/trunk/_source/core/htmlparser/fragment.js	(revision 7526)
@@ -128,5 +128,5 @@
 		{
 			while ( pendingBRs.length )
-				currentNode.add( pendingBRs.shift() );
+				addElement( pendingBRs.shift(), currentNode );
 		}
 
