mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Fixed lint
This commit is contained in:
parent
c6e7367a4e
commit
00781fa459
@ -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…
Reference in New Issue
Block a user