From 5f0557786b04a8802109ea99b734d32638d7ea6c Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 26 Aug 2018 16:50:16 -0700 Subject: Prevent double-html escaping --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/serve.js b/lib/serve.js index 3094bb8..f96c72a 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -2414,7 +2414,7 @@ Serve.prototype.gitDiffTable = function (diff, lineComments, lineCommentInfo) { + '#' + idEnc }, '…') : '' ), - ph('td', ph('pre', u.escapeHTML(html))) + ph('td', ph('pre', html)) ]), (lineComments[newLineNum] ? ph('tr', -- cgit v1.2.3