diff --git a/webassets/js/code.js b/webassets/js/code.js index 09b4036..1902f1b 100644 --- a/webassets/js/code.js +++ b/webassets/js/code.js @@ -101,6 +101,12 @@ function updateTable() { mode_string = mode_string + "" } + // Format comment + var commentText = ""; + if (s["comment"] != null) { + commentText = escapeHtml(s["comment"]); + } + // Format sig_refs var sig_refs = "" if (s["sig_refs"]) { @@ -129,7 +135,7 @@ function updateTable() { $tr.append(`