mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Stupid syntax error due to last minute refactoring
This commit is contained in:
parent
e6de06b103
commit
943f8c4682
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function setPadHTML(pad, html, callback)
|
|||
var padText = pad.text();
|
||||
|
||||
// Parse the incoming HTML with jsdom
|
||||
var doc = jsdom(html.replace(/>\n+</g, '><');
|
||||
var doc = jsdom(html.replace(/>\n+</g, '><'));
|
||||
apiLogger.debug('html:');
|
||||
apiLogger.debug(html);
|
||||
|
||||
|
|
Loading…
Reference in a new issue