From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] wakeonlan.cgi: Fix meta refresh tag Date: Sun, 24 Apr 2022 19:12:25 +0000 Message-ID: In-Reply-To: <20220420121309.1590-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0752437471650968123==" List-Id: --===============0752437471650968123== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > This fixes an HTML error that is briefly visible > on the "magic packet sent" page. >=20 > Signed-off-by: Leo-Andres Hofmann > --- > html/cgi-bin/wakeonlan.cgi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/html/cgi-bin/wakeonlan.cgi b/html/cgi-bin/wakeonlan.cgi > index c3c4c6911..e88448964 100644 > --- a/html/cgi-bin/wakeonlan.cgi > +++ b/html/cgi-bin/wakeonlan.cgi > @@ -173,10 +173,10 @@ if ( $cgiparams{'ACTION'} eq 'wakeup' ) > =20 > &General::system("/usr/sbin/etherwake", "-i", "$iface", "$mac"); > =20 > - # make a box with info, 'refresh' to normal screen after 5 seconds > + # make a box with info, 'refresh' to normal screen after 3 seconds > if ( $refresh eq 'yes' ) > { > - &Header::openpage($Lang::tr{'WakeOnLan'}, 1, " + &Header::openpage($Lang::tr{'WakeOnLan'}, 1, ""); > &Header::openbigbox('100%', 'left'); > } > &Header::openbox('100%', 'left', $Lang::tr{'WakeOnLan'}); --===============0752437471650968123==--