Index: /FCKeditor/trunk/editor/_source/internals/fcktablehandler_gecko.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fcktablehandler_gecko.js	(revision 785)
+++ /FCKeditor/trunk/editor/_source/internals/fcktablehandler_gecko.js	(revision 786)
@@ -19,5 +19,5 @@
  * == END LICENSE ==
  *
- * Manage table operations (IE specific).
+ * Manage table operations (non-IE).
  */
 
@@ -34,8 +34,7 @@
 
 		if ( oParent )
-		{
 			aCells[0] = oParent ;
-			return aCells ;
-		}
+
+		return aCells ;
 	}
 
