netother.cgi: Added missing double quotes

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Matthias Fischer
2020-09-05 17:41:12 +02:00
committed by Arne Fitzenreiter
parent b79d74fe9e
commit b1b1a25835

View File

@@ -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();