mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
Merge 6653a3b6f0
into cc72868636
This commit is contained in:
commit
9996d67abe
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ function setPadHTML(pad, html, callback)
|
|||
}
|
||||
|
||||
// Get the new plain text and its attributes
|
||||
var newText = map(result.lines, function (e) {
|
||||
return e + '\n';
|
||||
}).join('');
|
||||
var newText = result.lines.join('\n');
|
||||
apiLogger.debug('newText:');
|
||||
apiLogger.debug(newText);
|
||||
var newAttribs = result.lineAttribs.join('|1+1') + '|1+1';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue