From mboxrd@z Thu Jan  1 00:00:00 1970
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ids.cgi: Fix unmatched right curley.
Date: Wed, 02 Feb 2022 15:35:49 +0100
Message-ID: <20220202143549.3407775-1-stefan.schantl@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7591650234587388252=="
List-Id: <development.lists.ipfire.org>

--===============7591650234587388252==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

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


--===============7591650234587388252==--