]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
netother.cgi: Added missing double quotes
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 5 Sep 2020 15:41:12 +0000 (17:41 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 19 Sep 2020 19:14:56 +0000 (19:14 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/netother.cgi

index 3256a0d6b7a0a2a1d901befd32b50c06b8e4841b..459979684bddd810807ae0e63e591b94409b370c 100755 (executable)
@@ -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();