JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / plugins / newpage / plugin.js
index 62c5405..53fb48a 100644 (file)
@@ -19,7 +19,7 @@ CKEDITOR.plugins.add( 'newpage',
                                exec : function( editor )\r
                                {\r
                                        var command = this;\r
-                                       editor.setData( editor.config.newpage_html, function()\r
+                                       editor.setData( editor.config.newpage_html || '', function()\r
                                        {\r
                                                // Save the undo snapshot after all document changes are affected. (#4889)\r
                                                setTimeout( function ()\r
@@ -51,4 +51,3 @@ CKEDITOR.plugins.add( 'newpage',
  * @example\r
  * config.newpage_html = '<p>Type your text here.</p>';\r
  */\r
-CKEDITOR.config.newpage_html = '';\r