From 943f8c4682296c8b5424f1c5cec40a3fbea24195 Mon Sep 17 00:00:00 2001 From: Lorenzo Gil Sanchez Date: Tue, 22 Nov 2011 16:09:27 +0100 Subject: [PATCH] Stupid syntax error due to last minute refactoring --- node/utils/ImportHtml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/utils/ImportHtml.js b/node/utils/ImportHtml.js index c0d38fe50..6441708e1 100644 --- a/node/utils/ImportHtml.js +++ b/node/utils/ImportHtml.js @@ -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+<'); + var doc = jsdom(html.replace(/>\n+<')); apiLogger.debug('html:'); apiLogger.debug(html);