From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] updatexlrator.cgi: Fix max disk usage input size Date: Thu, 12 Aug 2021 11:31:40 +0100 Message-ID: <8E120A86-67BA-4206-BCCA-3E2E2D33B54D@ipfire.org> In-Reply-To: <20210812095148.855-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4954900640464854041==" List-Id: --===============4954900640464854041== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Odd, that this was set to one. Thank you for looking into this problem. -Michael Reviewed-by: Michael Tremer > On 12 Aug 2021, at 10:51, Leo-Andres Hofmann wrot= e: >=20 > Increase to 3 digits to fit a percentage number. >=20 > Fixes: #12675 >=20 > Reported-by: Adolf Belka > Signed-off-by: Leo-Andres Hofmann > --- > html/cgi-bin/updatexlrator.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/updatexlrator.cgi b/html/cgi-bin/updatexlrator.cgi > index 9cfe08f4e..4d5cc1370 100644 > --- a/html/cgi-bin/updatexlrator.cgi > +++ b/html/cgi-bin/updatexlrator.cgi > @@ -398,7 +398,7 @@ print < $Lang::tr{'updxlrtr passive mode'}: > > $Lang::tr{'updxlrtr max disk usage'}: 3D'*' > - % > + % > > >
> --=20 > 2.27.0.windows.1 >=20 --===============4954900640464854041==--