Index: /FCKeditor/branches/versions/2.4.x/editor/_source/classes/fckelementpath.js
===================================================================
--- /FCKeditor/branches/versions/2.4.x/editor/_source/classes/fckelementpath.js	(revision 105)
+++ /FCKeditor/branches/versions/2.4.x/editor/_source/classes/fckelementpath.js	(revision 106)
@@ -25,6 +25,7 @@
 
 			var sElementName = e.nodeName.toUpperCase() ;
+			
 			// TODO: Review the Regex and move it to the RegexLib.
-			if ( !eBlock && (/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DT|DE)$/).test( sElementName ) )
+			if ( !eBlockLimit && !eBlock && (/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DT|DE)$/).test( sElementName ) )
 				eBlock = e ;
 				
