X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d0cbddd54807e6e43f2ab75bd234ddc0beaa8d86..333700b34cb944ab49d1c9243f7193d50d25ebd1:/project/static/js/button_scripts.js diff --git a/project/static/js/button_scripts.js b/project/static/js/button_scripts.js index 8c049291..ca37eb41 100644 --- a/project/static/js/button_scripts.js +++ b/project/static/js/button_scripts.js @@ -167,7 +167,7 @@ function ScriptletCenter() for(var i=0; i < verses.length; i++) { var verse = verses[i].replace(/^\s+/, "").replace(/\s+$/, ""); if(verse) { - text += (buf ? buf + '\\\n' : '') + ebuf; + text += (buf ? buf + '/\n' : '') + ebuf; buf = (first ? '\n' : '') + verses[i]; ebuf = ''; first = false;