diff --git a/lib/utils/page.js b/lib/utils/page.js index 8fa704d3e..9a468d675 100644 --- a/lib/utils/page.js +++ b/lib/utils/page.js @@ -98,7 +98,7 @@ function normalizeHtml(src, options) { $("*").each(function() { replaceText($, this, r, function(match) { - return ""+match+""; + return ""+match+""; }); }); });