Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 1509)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 1510)
@@ -89,4 +89,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't possible to change
 			the type of an existing button.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1854">#1854</a>] Indentation now works inside
+			table cells.</li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/editor/_source/commandclasses/fckindentcommands.js
===================================================================
--- /FCKeditor/trunk/editor/_source/commandclasses/fckindentcommands.js	(revision 1509)
+++ /FCKeditor/trunk/editor/_source/commandclasses/fckindentcommands.js	(revision 1510)
@@ -134,4 +134,6 @@
 	{
 		var iterator = new FCKDomRangeIterator( range ) ;
+		iterator.EnforceRealBlocks = true ;
+
 		range.Expand( 'block_contents' ) ;
 		var commonParents = FCKDomTools.GetCommonParents( range.StartContainer, range.EndContainer ) ;
