Stupid syntax error due to last minute refactoring

This commit is contained in:
Lorenzo Gil Sanchez 2011-11-22 16:09:27 +01:00
parent e6de06b103
commit 943f8c4682

View file

@ -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);