mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-29 04:09:43 +02:00
Ignore codeql warning
This commit is contained in:
@@ -31,7 +31,7 @@ async function addHtmlLabel(node) {
|
|||||||
'<span class="' +
|
'<span class="' +
|
||||||
labelClass +
|
labelClass +
|
||||||
'" ' +
|
'" ' +
|
||||||
(node.labelStyle ? 'style="' + node.labelStyle + '"' : '') +
|
(node.labelStyle ? 'style="' + node.labelStyle + '"' : '') + // codeql [js/html-constructed-from-input] : false positive
|
||||||
'>' +
|
'>' +
|
||||||
label +
|
label +
|
||||||
'</span>'
|
'</span>'
|
||||||
|
Reference in New Issue
Block a user