mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
fix gh-code-scanning bot remark
This commit is contained in:
parent
1171f0a517
commit
e77ded4859
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ export class COperationLi extends HTMLElement {
|
||||||
pos = start + length;
|
pos = start + length;
|
||||||
});
|
});
|
||||||
opName += this.name.slice(pos, this.name.length);
|
opName += this.name.slice(pos, this.name.length);
|
||||||
span.innerHTML = opName;
|
span.innerHTML = `${opName}`;
|
||||||
} else {
|
} else {
|
||||||
span.innerText = this.name;
|
span.innerText = this.name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue