diff options
Diffstat (limited to 'lib/serve.js')
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |