Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6267)
+++ /CKEditor/trunk/CHANGES.html	(revision 6268)
@@ -55,4 +55,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6804">#6804</a> : Buggy behavior when editing &lt;legend&gt; inside &lt;fieldset&gt;.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6724">#6724</a> : [IE7] Nested list display bug in empty list item.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6715">#6715</a> : Doesn't get back to paragraph when removing list in table cell.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/list/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/list/plugin.js	(revision 6267)
+++ /CKEditor/trunk/_source/plugins/list/plugin.js	(revision 6268)
@@ -121,6 +121,5 @@
 					{
 						// Create completely new blocks here.
-						if ( dir || item.element.hasAttributes() ||
-							( paragraphMode != CKEDITOR.ENTER_BR && item.grandparent.getName() != 'td' ) )
+						if ( dir || item.element.hasAttributes() || paragraphMode != CKEDITOR.ENTER_BR )
 						{
 							currentListItem = doc.createElement( paragraphName );
