public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ids.cgi: Fix unmatched right curley.
@ 2022-02-02 14:35 Stefan Schantl
  2022-02-02 20:45 ` Peter Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Schantl @ 2022-02-02 14:35 UTC (permalink / raw)
  To: development

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

It seems during resolving a merge conflict this curley accidently
remains.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 html/cgi-bin/ids.cgi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi
index 161464d0d..3173eb985 100644
--- a/html/cgi-bin/ids.cgi
+++ b/html/cgi-bin/ids.cgi
@@ -1643,7 +1643,6 @@ END
 END
 ;
 		&Header::closebox();
-	}
 }
 
 #
-- 
2.30.2


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

end of thread, other threads:[~2022-02-03 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 14:35 [PATCH] ids.cgi: Fix unmatched right curley Stefan Schantl
2022-02-02 20:45 ` Peter Müller
2022-02-03 12:37   ` Stefan Schantl

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