Index: /FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js
===================================================================
--- /FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js	(revision 84)
+++ /FCKeditor/trunk/editor/dialog/common/fck_dialog_common.js	(revision 85)
@@ -5,4 +5,6 @@
 <Author name="Frederico Caldeira Knabben" email="www.fckeditor.net" />
 */
+
+var GECKO_BOGUS = '<br type="_moz">' ;
 
 // Gets a element by its Id. Used for shorter coding.
Index: /FCKeditor/trunk/editor/dialog/fck_table.html
===================================================================
--- /FCKeditor/trunk/editor/dialog/fck_table.html	(revision 84)
+++ /FCKeditor/trunk/editor/dialog/fck_table.html	(revision 85)
@@ -128,6 +128,6 @@
 			{
 				var oCell = oRow.insertCell(-1) ;
-				if ( oEditor.FCKBrowserInfo.IsGecko )
-					oCell.innerHTML = '<br _moz_editor_bogus_node="TRUE" />' ;
+				if ( oEditor.FCKBrowserInfo.IsGeckoLike )
+					oCell.innerHTML = GECKO_BOGUS ;
 				//oCell.innerHTML = "&nbsp;" ;
 			}
