From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo-Andres Hofmann To: development@lists.ipfire.org Subject: [PATCH] updatexlrator.cgi: Fix max disk usage input size Date: Thu, 12 Aug 2021 11:51:48 +0200 Message-ID: <20210812095148.855-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7998637795887611668==" List-Id: --===============7998637795887611668== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Increase to 3 digits to fit a percentage number. Fixes: #12675 Reported-by: Adolf Belka Signed-off-by: Leo-Andres Hofmann --- html/cgi-bin/updatexlrator.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --===============7998637795887611668==--