From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] ids.cgi: Fix unmatched right curley. Date: Wed, 02 Feb 2022 20:45:25 +0000 Message-ID: <0458fdbd-2c01-3c68-9bed-9dc06ccaa53d@ipfire.org> In-Reply-To: <20220202143549.3407775-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1640034016504677301==" List-Id: --===============1640034016504677301== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Stefan, thank you for handing this in. I hope this wasn't due to my fault when merging your IDSv3 branch into temp-c164-development. Anyway, I fixed this one in https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dco= mmit;h=3D1b939d0ecc1c9e0551a5f926e2810ae03bca5f8a a few days ago, so I'm afraid your patch won't be necessary. Sorry. Thanks, and best regards, Peter M=C3=BCller > It seems during resolving a merge conflict this curley accidently > remains. >=20 > Signed-off-by: Stefan Schantl > --- > html/cgi-bin/ids.cgi | 1 - > 1 file changed, 1 deletion(-) >=20 > 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(); > - } > } > =20 > # --===============1640034016504677301==--