diff --git a/core/modules/editor/factory.js b/core/modules/editor/factory.js index 5cc9a2662..118f44f43 100644 --- a/core/modules/editor/factory.js +++ b/core/modules/editor/factory.js @@ -115,7 +115,7 @@ function editTextWidgetFactory(toolbarEngine,nonToolbarEngine) { // Otherwise, we need to construct a default value for the editor switch(this.editField) { case "text": - value = "Type the text for the tiddler '" + this.editTitle + "'"; + value = ""; type = "text/vnd.tiddlywiki"; break; case "title":