mirror of
https://github.com/gchq/CyberChef
synced 2025-12-20 18:23:47 +00:00
Fixed lint
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user