From: Alan Knowles Date: Tue, 25 Oct 2016 06:47:05 +0000 (+0800) Subject: Roo/Markdown.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=43c0136851ef385e616bff55994fa8fd4edf1167 Roo/Markdown.js --- diff --git a/Roo/Markdown.js b/Roo/Markdown.js index ae8f0684f8..4cffa81ba1 100644 --- a/Roo/Markdown.js +++ b/Roo/Markdown.js @@ -1241,7 +1241,7 @@ Roo.Markdown.toHtml = function(text) { return --pending || done(); } return highlight(token.text, token.lang, function(err, code) { - if (err) return done(err); + if (err) { return done(err); } if (code == null || code === token.text) { return --pending || done(); }