public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ovpnmain.cgi: Fixed line break for LZO option
@ 2019-06-01  6:46 Erik Kapfer
  2019-06-02 21:59 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Erik Kapfer @ 2019-06-01  6:46 UTC (permalink / raw)
  To: development

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

It is better readable if everything is in one line.

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 html/cgi-bin/ovpnmain.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
index c5eac26a9..439390228 100644
--- a/html/cgi-bin/ovpnmain.cgi
+++ b/html/cgi-bin/ovpnmain.cgi
@@ -2736,7 +2736,7 @@ print <<END;
 	</tr>
 
 	<tr>
-		<td width='20%'></td> <td width='15%'> </td><td width='20%'> </td><td width='20%'></td><td width='35%'></td>
+		<td width='20%'></td> <td width='15%'> </td><td width='35%'> </td><td width='20%'></td><td width='35%'></td>
 	</tr>
 
 	<tr>
-- 
2.12.2


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

* Re: [PATCH] ovpnmain.cgi: Fixed line break for LZO option
  2019-06-01  6:46 [PATCH] ovpnmain.cgi: Fixed line break for LZO option Erik Kapfer
@ 2019-06-02 21:59 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2019-06-02 21:59 UTC (permalink / raw)
  To: development

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

Thank you. Merged.

> On 1 Jun 2019, at 07:46, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
> 
> It is better readable if everything is in one line.
> 
> Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> ---
> html/cgi-bin/ovpnmain.cgi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
> index c5eac26a9..439390228 100644
> --- a/html/cgi-bin/ovpnmain.cgi
> +++ b/html/cgi-bin/ovpnmain.cgi
> @@ -2736,7 +2736,7 @@ print <<END;
> 	</tr>
> 
> 	<tr>
> -		<td width='20%'></td> <td width='15%'> </td><td width='20%'> </td><td width='20%'></td><td width='35%'></td>
> +		<td width='20%'></td> <td width='15%'> </td><td width='35%'> </td><td width='20%'></td><td width='35%'></td>
> 	</tr>
> 
> 	<tr>
> -- 
> 2.12.2
> 


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

end of thread, other threads:[~2019-06-02 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-01  6:46 [PATCH] ovpnmain.cgi: Fixed line break for LZO option Erik Kapfer
2019-06-02 21:59 ` Michael Tremer

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