public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/4] netother.cgi: Added missing double quotes
Date: Sat, 05 Sep 2020 17:41:12 +0200	[thread overview]
Message-ID: <20200905154113.3555-3-matthias.fischer@ipfire.org> (raw)
In-Reply-To: <20200905154113.3555-1-matthias.fischer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 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 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();
 	}
 
-	&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.18.0


  parent reply	other threads:[~2020-09-05 15:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-05 15:41 [PATCH 1/4] graphs.pl: Added translation for 'ACPI Thermal Zone' Matthias Fischer
2020-09-05 15:41 ` [PATCH 2/4] Changed/fixed translation 'Connection tracking' Matthias Fischer
2020-09-05 15:41 ` Matthias Fischer [this message]
2020-10-05 15:32   ` [PATCH 3/4] netother.cgi: Added missing double quotes Michael Tremer
2020-10-05 16:10     ` Matthias Fischer
2020-10-06 11:57       ` Michael Tremer
2020-09-05 15:41 ` [PATCH 4/4] graphs.pl: Standardize temperature displays Matthias Fischer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200905154113.3555-3-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox