Ignore codeql warning

This commit is contained in:
Ashish Jain
2024-08-12 14:08:30 +02:00
parent d2bbe83e08
commit 9b42ffd070

View File

@@ -31,7 +31,7 @@ async function addHtmlLabel(node) {
'<span class="' +
labelClass +
'" ' +
(node.labelStyle ? 'style="' + node.labelStyle + '"' : '') +
(node.labelStyle ? 'style="' + node.labelStyle + '"' : '') + // codeql [js/html-constructed-from-input] : false positive
'>' +
label +
'</span>'