From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: Re: [PATCH] ids.cgi: Fix unmatched right curley. Date: Thu, 03 Feb 2022 13:37:44 +0100 Message-ID: <6428efea1949424f8b74709c356cff1d48aa1a88.camel@ipfire.org> In-Reply-To: <0458fdbd-2c01-3c68-9bed-9dc06ccaa53d@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2126119957659944091==" List-Id: --===============2126119957659944091== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Peter, I've tested you changes and they do the trick. So you are right my patch is not required anymore - I'll mark it accordingly in patchwork. -Stefan > Hello Stefan, >=20 > thank you for handing this in. I hope this wasn't due to my fault > when merging > your IDSv3 branch into temp-c164-development. >=20 > Anyway, I fixed this one in > https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dcommit;h=3D1b939d0ecc1c9e055= 1a5f926e2810ae03bca5f8a > a few days ago, so I'm afraid your patch won't be necessary. Sorry. >=20 > Thanks, and best regards, > Peter M=C3=BCller >=20 >=20 > > It seems during resolving a merge conflict this curley accidently > > remains. > >=20 > > Signed-off-by: Stefan Schantl > > --- > > =C2=A0 html/cgi-bin/ids.cgi | 1 - > > =C2=A0 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 > > =C2=A0 END > > =C2=A0 ; > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0&Header::closebox(); > > -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0} > > =C2=A0 } > > =C2=A0=20 > > =C2=A0 # --===============2126119957659944091==--