From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH] updatexlrator.cgi: Fix max disk usage input size Date: Thu, 12 Aug 2021 21:01:48 +0200 Message-ID: In-Reply-To: <20210812095148.855-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1103378167181539765==" List-Id: --===============1103378167181539765== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 12.08.2021 um 11:51 schrieb Leo-Andres Hofmann: > 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 --===============1103378167181539765==--