public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] wakeonlan.cgi: Fix meta refresh tag
@ 2022-04-20 12:13 Leo-Andres Hofmann
  2022-04-24 19:12 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2022-04-20 12:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]

This fixes an HTML error that is briefly visible
on the "magic packet sent" page.

Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
 html/cgi-bin/wakeonlan.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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' )
 
   &General::system("/usr/sbin/etherwake", "-i", "$iface", "$mac");
 
-  # 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, "<meta http-equiv='refresh' content='3;url=/cgi-bin/wakeonlan.cgi'");
+    &Header::openpage($Lang::tr{'WakeOnLan'}, 1, "<meta http-equiv='refresh' content='3; url=/cgi-bin/wakeonlan.cgi'>");
     &Header::openbigbox('100%', 'left');
   }
   &Header::openbox('100%', 'left', $Lang::tr{'WakeOnLan'});
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] wakeonlan.cgi: Fix meta refresh tag
  2022-04-20 12:13 [PATCH] wakeonlan.cgi: Fix meta refresh tag Leo-Andres Hofmann
@ 2022-04-24 19:12 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-24 19:12 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> This fixes an HTML error that is briefly visible
> on the "magic packet sent" page.
> 
> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
>  html/cgi-bin/wakeonlan.cgi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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' )
>  
>    &General::system("/usr/sbin/etherwake", "-i", "$iface", "$mac");
>  
> -  # 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, "<meta http-equiv='refresh' content='3;url=/cgi-bin/wakeonlan.cgi'");
> +    &Header::openpage($Lang::tr{'WakeOnLan'}, 1, "<meta http-equiv='refresh' content='3; url=/cgi-bin/wakeonlan.cgi'>");
>      &Header::openbigbox('100%', 'left');
>    }
>    &Header::openbox('100%', 'left', $Lang::tr{'WakeOnLan'});

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-24 19:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 12:13 [PATCH] wakeonlan.cgi: Fix meta refresh tag Leo-Andres Hofmann
2022-04-24 19:12 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox