--- trunk/lib/WebPAC/Normalize.pm 2006/01/08 22:09:33 373 +++ trunk/lib/WebPAC/Normalize.pm 2006/01/08 22:21:24 375 @@ -551,7 +551,7 @@ if (@v) { push @arr, @v; } else { - push @arr, ''; + push @arr, '' if ($max > $i); } }