mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04: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],
|
pipRadius = args[3],
|
||||||
// Escape HTML from all colours to prevent reflected XSS. See https://github.com/gchq/CyberChef/issues/1265
|
// Escape HTML from all colours to prevent reflected XSS. See https://github.com/gchq/CyberChef/issues/1265
|
||||||
seriesColours = args[4].split(",").map((colour) => {
|
seriesColours = args[4].split(",").map((colour) => {
|
||||||
return Utils.escapeHtml(colour)
|
return Utils.escapeHtml(colour);
|
||||||
}),
|
}),
|
||||||
svgWidth = 500,
|
svgWidth = 500,
|
||||||
interSeriesPadding = 20,
|
interSeriesPadding = 20,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue