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] logs.cgi/ids.dat: Change url to sid documentation site. Date: Mon, 05 Apr 2021 16:50:47 +0200 Message-ID: <7f6e4cc3-af5e-9a4f-79c3-e4d2a6b07256@ipfire.org> In-Reply-To: <20210405134248.3501-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8602552352813460175==" List-Id: --===============8602552352813460175== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > Fixes #12596. > > Signed-off-by: Stefan Schantl > --- > html/cgi-bin/logs.cgi/ids.dat | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/html/cgi-bin/logs.cgi/ids.dat b/html/cgi-bin/logs.cgi/ids.dat > index 8918bc6da..74cad6267 100644 > --- a/html/cgi-bin/logs.cgi/ids.dat > +++ b/html/cgi-bin/logs.cgi/ids.dat > @@ -351,7 +351,7 @@ END > print "target='_blank'>$sid\n"; > } elsif ($sid >= 2000000 and $sid < 3000000) { > # Link to emergingthreats if the rule sid is between 2000000 and 3000000. > - print " + print " print "target='_blank'>$sid\n"; > } else { > # No external link for user defined rules > --===============8602552352813460175==--