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=ffb5596201fe33375fdef7feb86ceeaeb7b79a48;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 1946cf171..f97290d72 100644 --- a/html/cgi-bin/vulnerabilities.cgi +++ b/html/cgi-bin/vulnerabilities.cgi @@ -145,10 +145,8 @@ for my $vuln (sort keys %VULNERABILITIES) { $bgcolour = ${Header::colouryellow}; } - my $table_colour = ($id++ % 2) ? $color{'color22'} : $color{'color20'}; - print < + $VULNERABILITIES{$vuln}