Index: /FCKeditor/trunk/editor/_source/classes/fckstyle.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckstyle.js	(revision 958)
+++ /FCKeditor/trunk/editor/_source/classes/fckstyle.js	(revision 959)
@@ -885,5 +885,5 @@
 						// to the range.
 						while ( includedNode == parentNode.lastChild
-							&& FCKListsLib.InlineNonEmptyElements[ parentNode.nodeName.toLowerCase() ] )
+							&& elementDTD[ parentNode.nodeName.toLowerCase() ] )
 						{
 							includedNode = parentNode ;
