public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dhcp.cgi: avoid unnecessary line break
@ 2020-03-07 19:01 Peter Müller
  2020-03-08 11:49 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-03-07 19:01 UTC (permalink / raw)
  To: development

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

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 html/cgi-bin/dhcp.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi
index a089a61a2..8c57c675d 100644
--- a/html/cgi-bin/dhcp.cgi
+++ b/html/cgi-bin/dhcp.cgi
@@ -621,7 +621,7 @@ $checked{'DNS_UPDATE_ENABLED'}{'on'} = ( $dhcpsettings{'DNS_UPDATE_ENABLED'} ne
 print <<END
 <table  width='100%'>
 	<tr>
-		<td width='25%' class='boldbase'>$Lang::tr{'dhcp dns enable update'}</td>
+		<td width='30%' class='boldbase'>$Lang::tr{'dhcp dns enable update'}</td>
 		<td class='base'><input type='checkbox' name='DNS_UPDATE_ENABLED' $checked{'DNS_UPDATE_ENABLED'}{'on'}>
 		</td>
 	<tr>
-- 
2.16.4

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

* Re: [PATCH] dhcp.cgi: avoid unnecessary line break
  2020-03-07 19:01 [PATCH] dhcp.cgi: avoid unnecessary line break Peter Müller
@ 2020-03-08 11:49 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-03-08 11:49 UTC (permalink / raw)
  To: development

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

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 7 Mar 2020, at 19:01, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> html/cgi-bin/dhcp.cgi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi
> index a089a61a2..8c57c675d 100644
> --- a/html/cgi-bin/dhcp.cgi
> +++ b/html/cgi-bin/dhcp.cgi
> @@ -621,7 +621,7 @@ $checked{'DNS_UPDATE_ENABLED'}{'on'} = ( $dhcpsettings{'DNS_UPDATE_ENABLED'} ne
> print <<END
> <table  width='100%'>
> 	<tr>
> -		<td width='25%' class='boldbase'>$Lang::tr{'dhcp dns enable update'}</td>
> +		<td width='30%' class='boldbase'>$Lang::tr{'dhcp dns enable update'}</td>
> 		<td class='base'><input type='checkbox' name='DNS_UPDATE_ENABLED' $checked{'DNS_UPDATE_ENABLED'}{'on'}>
> 		</td>
> 	<tr>
> -- 
> 2.16.4


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

end of thread, other threads:[~2020-03-08 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-07 19:01 [PATCH] dhcp.cgi: avoid unnecessary line break Peter Müller
2020-03-08 11:49 ` Michael Tremer

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