mirror of
https://github.com/gchq/CyberChef
synced 2025-02-14 04:18:23 +00:00
Fixed lint
This commit is contained in:
parent
c6e7367a4e
commit
00781fa459
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class SeriesChart extends Operation {
|
|||
pipRadius = args[3],
|
||||
// Escape HTML from all colours to prevent reflected XSS. See https://github.com/gchq/CyberChef/issues/1265
|
||||
seriesColours = args[4].split(",").map((colour) => {
|
||||
return Utils.escapeHtml(colour)
|
||||
return Utils.escapeHtml(colour);
|
||||
}),
|
||||
svgWidth = 500,
|
||||
interSeriesPadding = 20,
|
||||
|
|
Loading…
Add table
Reference in a new issue