From: Michael Tremer Date: Sat, 23 Mar 2024 18:42:24 +0000 (+0100) Subject: vulnerabilities.cgi: Remove manual alternation of colours X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9279a413ffb1aeeb66b8ccbe545fff13a260817;p=people%2Fms%2Fipfire-2.x.git vulnerabilities.cgi: Remove manual alternation of colours Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.cgi index 217952578..0187b037f 100644 --- a/html/cgi-bin/vulnerabilities.cgi +++ b/html/cgi-bin/vulnerabilities.cgi @@ -146,10 +146,8 @@ for my $vuln (sort keys %VULNERABILITIES) { $bgcolour = ${Header::colouryellow}; } - my $table_colour = ($id++ % 2) ? $color{'color22'} : $color{'color20'}; - print < + $VULNERABILITIES{$vuln}