From b1b1a258356d7bf40ab4dba3716c2a8639ac7cd2 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 5 Sep 2020 17:41:12 +0200 Subject: [PATCH] netother.cgi: Added missing double quotes Signed-off-by: Matthias Fischer Signed-off-by: Arne Fitzenreiter --- html/cgi-bin/netother.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 3256a0d6b7..459979684b 100755 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -71,7 +71,7 @@ if ( $querry[0] eq "conntrack") { &Header::closebox(); } - &Header::openbox('100%', 'center', $Lang::tr{'connnection tracking'}); + &Header::openbox('100%', 'center', "$Lang::tr{'connnection tracking'}"); &Graphs::makegraphbox("netother.cgi", "conntrack", "day"); &Header::closebox(); -- 2.39.2