Index: /FCKeditor/trunk/editor/_source/classes/fckenterkey.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckenterkey.js	(revision 939)
+++ /FCKeditor/trunk/editor/_source/classes/fckenterkey.js	(revision 940)
@@ -341,5 +341,6 @@
 		var oCurrentBlock = oRange.StartBlock ;
 
-		var eNext = FCKDomTools.GetNextSourceElement( oCurrentBlock, true, [ oRange.StartBlockLimit.nodeName ], ['UL','OL'] ) ;
+		var eNext = FCKDomTools.GetNextSourceElement( oCurrentBlock, true, [ oRange.StartBlockLimit.nodeName ], 
+				['UL','OL','TR'] ) ;
 
 		bCustom = this._ExecuteBackspace( oRange, oCurrentBlock, eNext ) ;
