From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 3/4] netother.cgi: Added missing double quotes Date: Mon, 05 Oct 2020 16:32:20 +0100 Message-ID: In-Reply-To: <20200905154113.3555-3-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2178292272831281874==" List-Id: --===============2178292272831281874== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, > On 5 Sep 2020, at 16:41, Matthias Fischer w= rote: >=20 > Signed-off-by: Matthias Fischer > --- > html/cgi-bin/netother.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi > index 3256a0d6b..459979684 100755 > --- a/html/cgi-bin/netother.cgi > +++ b/html/cgi-bin/netother.cgi > @@ -71,7 +71,7 @@ if ( $querry[0] eq "conntrack") { > &Header::closebox(); > } >=20 > - &Header::openbox('100%', 'center', $Lang::tr{'connnection tracking'}); > + &Header::openbox('100%', 'center', "$Lang::tr{'connnection tracking'}"); > &Graphs::makegraphbox("netother.cgi", "conntrack", "day"); > &Header::closebox(); There was a typo here. =E2=80=9Cconnnection=E2=80=9D had three n. >=20 > --=20 > 2.18.0 >=20 --===============2178292272831281874==--