From mboxrd@z Thu Jan 1 00:00:00 1970
From: Bernhard Bitsch
To: development@lists.ipfire.org
Subject: Aw: [PATCH] Syntax fixes in several CGIs
Date: Tue, 29 Dec 2020 14:50:49 +0100
Message-ID:
In-Reply-To: <20201229125011.23920-1-matthias.fischer@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5930667461874130457=="
List-Id:
--===============5930667461874130457==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Hi,
to avoid possible mis-interpretation by Perl we do not need to set the hash t=
ags in '.
For example
value=3D'$Lang::tr{'update'}'
can read
value=3D'$Lang::tr{update}'
In most locations we use the stringifying, it is just cosmetic. Thus an overa=
ll editing is not needed.
Greets,
Bernhard
> Gesendet: Dienstag, 29. Dezember 2020 um 13:50 Uhr
> Von: "Matthias Fischer"
> An: development(a)lists.ipfire.org
> Betreff: [PATCH] Syntax fixes in several CGIs
>
> Signed-off-by: Matthias Fischer
> ---
> html/cgi-bin/asterisk/calls.cgi | 2 +-
> html/cgi-bin/asterisk/conf.cgi | 2 +-
> html/cgi-bin/extrahd.cgi | 4 ++--
> html/cgi-bin/gpl.cgi | 2 +-
> html/cgi-bin/hardwaregraphs.cgi | 2 +-
> html/cgi-bin/optionsfw.cgi | 4 ++--
> html/cgi-bin/upnp.cgi | 2 +-
> 7 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/html/cgi-bin/asterisk/calls.cgi b/html/cgi-bin/asterisk/calls.=
cgi
> index c5877b2ea..a7635f2ec 100644
> --- a/html/cgi-bin/asterisk/calls.cgi
> +++ b/html/cgi-bin/asterisk/calls.cgi
> @@ -73,7 +73,7 @@ print <
>