--- trunk/lib/WebPAC/Normalize.pm 2005/11/19 23:48:24 70 +++ trunk/lib/WebPAC/Normalize.pm 2005/11/20 20:13:39 74 @@ -210,7 +210,7 @@ } # default types - my @types = qw(display swish); + my @types = qw(display search); # override by type attribute @types = ( $tag->{'type'} ) if ($tag->{'type'});