Index: /CKEditor/branches/features/v4-paste/_source/core/htmlparser/fragment.js
===================================================================
--- /CKEditor/branches/features/v4-paste/_source/core/htmlparser/fragment.js	(revision 7166)
+++ /CKEditor/branches/features/v4-paste/_source/core/htmlparser/fragment.js	(revision 7167)
@@ -412,4 +412,9 @@
 			}
 
+			// Close elements that doesn't accept text.
+			var dtd;
+			while ( ( dtd = CKEDITOR.dtd[ currentNode.name ] ) && !dtd[ '#' ] )
+				addElement( currentNode, currentNode.parent, 1 );
+
 			sendPendingBRs();
 			checkPending();
