Reviewed-by: Bernhard Bitsch Am 12.08.2021 um 11:51 schrieb Leo-Andres Hofmann: > 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'}: * > - % > + % > > >
>