Index: /FCKeditor/trunk/editor/_source/classes/fckenterkey.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckenterkey.js	(revision 85)
+++ /FCKeditor/trunk/editor/_source/classes/fckenterkey.js	(revision 86)
@@ -426,6 +426,6 @@
 			FCKDebug.Output( 'BR - Header' ) ;
 
-			// Insert a bogus BR after the current paragraph.
-			FCKDomTools.InsertAfterNode( oRange.StartBlock, FCKTools.CreateBogusBR( this.Window.document ) ) ;
+			// Insert a BR after the current paragraph.
+			FCKDomTools.InsertAfterNode( oRange.StartBlock, this.Window.document.createElement( 'br' ) ) ;
 
 			// The space is required by Gecko only to make the cursor blink.
