From: Matthias Fischer Date: Sat, 5 Sep 2020 15:41:12 +0000 (+0200) Subject: netother.cgi: Added missing double quotes X-Git-Tag: v2.25-core150~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1b1a258356d7bf40ab4dba3716c2a8639ac7cd2;p=ipfire-2.x.git netother.cgi: Added missing double quotes Signed-off-by: Matthias Fischer Signed-off-by: Arne Fitzenreiter --- 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();