changeset 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 56b854932103
files maltfilter
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/maltfilter	Sun Aug 30 20:12:39 2009 +0300
+++ b/maltfilter	Sun Aug 30 20:13:37 2009 +0300
@@ -386,7 +386,7 @@
   my ($m, $f, $table, $keys, $func, $class) = @_;
   my $nhits = 0;
   my $str = "<th>IP-address</th><th>Hits</th><th>DroneBL?</th><th>First hit</th><th>Latest hit</th><th>Class</th>";
-  my $str2 = "IP-address      | Hits      | DroneBL | First hit                | Latest hit               | Class                         ";
+  my $str2 = "IP-address      | Hits      | DroneBL | First hit                | Latest hit               | Class                         ";
 
   printElem($m, $f,
   "<table class=\"".$class."\">\n<tr>". $str."<th> </th>".$str ."</tr>\n",