diff --git a/exec/fseditor.js b/exec/fseditor.js
index 9c6b0f50a21f7ad4e69362fcb32f9496028dde2e..3afb54688a364a5ea00cc7f2adf401bfff34d712 100644
--- a/exec/fseditor.js
+++ b/exec/fseditor.js
@@ -1371,7 +1371,7 @@ console.ctrlkey_passthru="+ACGLOQRVWXYZ";
 console.clear();
 var f=new File(system.node_dir+"QUOTES.TXT");
 if(f.open("r",false)) {
-	line=make_lines(quote_msg(word_wrap(f.read(),76),''));
+	line=make_lines(quote_msg(word_wrap(f.read(),76)),'');
 	ypos=line.length;
 	if(ypos>=topline+lines_on_screen)
 		topline=ypos-lines_on_screen+1;