comparison maltfilter @ 88:3bcc17b754bf

Remove nbsp from status output.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Aug 2009 20:13:37 +0300
parents cbe5761897f4
children 55670dabda5a
comparison
equal deleted inserted replaced
87:cbe5761897f4 88:3bcc17b754bf
384 sub print_table2($$$$$$) 384 sub print_table2($$$$$$)
385 { 385 {
386 my ($m, $f, $table, $keys, $func, $class) = @_; 386 my ($m, $f, $table, $keys, $func, $class) = @_;
387 my $nhits = 0; 387 my $nhits = 0;
388 my $str = "<th>IP-address</th><th>Hits</th><th>DroneBL?</th><th>First hit</th><th>Latest hit</th><th>Class</th>"; 388 my $str = "<th>IP-address</th><th>Hits</th><th>DroneBL?</th><th>First hit</th><th>Latest hit</th><th>Class</th>";
389 my $str2 = "IP-address | Hits | DroneBL | First hit | Latest hit | Class "; 389 my $str2 = "IP-address | Hits | DroneBL | First hit | Latest hit | Class ";
390 390
391 printElem($m, $f, 391 printElem($m, $f,
392 "<table class=\"".$class."\">\n<tr>". $str."<th> </th>".$str ."</tr>\n", 392 "<table class=\"".$class."\">\n<tr>". $str."<th> </th>".$str ."</tr>\n",
393 $str2." || ".$str2."\n"); 393 $str2." || ".$str2."\n");
394 394