Fixes: #12783 Signed-off-by: Peter Müller --- html/cgi-bin/connections.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 7f06a5594..771728d88 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -589,7 +589,7 @@ foreach my $line (@conntrack) { } $sport_extra = "> "; - $sport_extra .= ""; + $sport_extra .= ""; $sport_extra .= " $sport_ret"; $sport_extra .= ""; } @@ -602,7 +602,7 @@ foreach my $line (@conntrack) { } $dport_extra = "> "; - $dport_extra .= ""; + $dport_extra .= ""; $dport_extra .= " $dport_ret"; $dport_extra .= ""; } @@ -617,7 +617,7 @@ foreach my $line (@conntrack) { $sip_extra - + $sport $sport_extra @@ -632,7 +632,7 @@ foreach my $line (@conntrack) { $dip_extra - + $dport $dport_extra -- 2.34.1