Hello, can you explain what this patch is supposed to change? -Michael On Sun, 2017-11-19 at 18:04 +0100, Peter Müller wrote: > Fixes #11519. > > Signed-off-by: Peter Müller > --- > 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 44b3abdac..98176d690 100644 > --- a/html/cgi-bin/logs.cgi/ids.dat > +++ b/html/cgi-bin/logs.cgi/ids.dat > @@ -387,7 +387,7 @@ sub processevent > } > ($title,$classification,$priority,$date,$time > ,$srcip,$srcport,$destip,$destport, $sid) = > ("n/a","n/a","n/a","n/a","n/a","n/a","n/a","n/a","n/a", "n/a"); > @refs = (); > - $_ =~ m/:([0-9]{1,4})\] (.*) \[\*\*\]/; > + $_ =~ m/:([0-9]{1,5})\] (.*) \[\*\*\]/; > $title = &Header::cleanhtml($2,"y"); > } > if ($_ =~ m/Classification: (.*)\] \[Priority: > (\d)\]/) {