Index: /FCKeditor/trunk/_samples/html/sample12.html
===================================================================
--- /FCKeditor/trunk/_samples/html/sample12.html	(revision 34)
+++ /FCKeditor/trunk/_samples/html/sample12.html	(revision 35)
@@ -90,4 +90,7 @@
 oFCKeditor.Value	= 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
 
+// Enable the Enter Key Handler. This feature will not be available in the release version.
+oFCKeditor.Config["DisableEnterKeyHandler"]	= false ;
+
 // Set the configuration options for the Enter Key mode.
 oFCKeditor.Config["EnterMode"]		= sEnterMode ;
Index: /FCKeditor/trunk/fckconfig.js
===================================================================
--- /FCKeditor/trunk/fckconfig.js	(revision 34)
+++ /FCKeditor/trunk/fckconfig.js	(revision 35)
@@ -10,5 +10,5 @@
 
 // The following is a temporary configuration that will be removed once the next version is released.
-FCKConfig.DisableEnterKeyHandler = false ;
+FCKConfig.DisableEnterKeyHandler = true ;
 
 FCKConfig.CustomConfigurationsPath = '' ;
