diff --git a/exec/fseditor.js b/exec/fseditor.js index 267e70edf9b6f4e1011bdad749108f69d2d81539..e2723672f402270b1e78c916b201bb817a6b0d81 100644 --- a/exec/fseditor.js +++ b/exec/fseditor.js @@ -1061,10 +1061,7 @@ function make_strings(soft,embed_colour) } return(''); }); - if(line[i].hardcr) - str+='\r\n'; - else - str+=' \n'; + str+='\r\n'; attrs+=attrs.substr(-1)+attrs.substr(-1); } }