--- trunk/lib/WebPAC/Output/TT.pm 2005/12/17 22:32:28 280 +++ trunk/lib/WebPAC/Output/TT.pm 2005/12/23 22:52:48 318 @@ -16,11 +16,11 @@ =head1 VERSION -Version 0.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 SYNOPSIS @@ -202,9 +202,7 @@ my $d = $item->{'display'}->[$i] || die "can't find value $i for type display in field $display"; - push @html, <<__JS_LINK_SEARCH__ -$d -__JS_LINK_SEARCH__ + push @html, qq{$d}; } return join($delimiter, @html);