From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 1/4] connections.cgi: Fix colour of destination country Date: Fri, 06 Dec 2024 16:44:14 +0000 Message-ID: <20241206164417.3840426-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1917474844203129197==" List-Id: <development.lists.ipfire.org> --===============1917474844203129197== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org> --- html/cgi-bin/connections.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index badc1f395..af375effe 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -439,7 +439,7 @@ foreach my $line (<CONNTRACK>) { </a> $dport_extra </td> - <td style=3D'text-align:center; background-color:$sip_colour;'> + <td style=3D'text-align:center; background-color:$dip_colour;'> <a href=3D'country.cgi#$dstccode'><img src=3D'$dst_flag_icon' border=3D'0= ' align=3D'absmiddle' alt=3D'$dstccode' title=3D'$dstccode' /></a> </td> <td class=3D"text-right"> --=20 2.39.5 --===============1917474844203129197==--