--- trunk/lib/WebPAC/Output/TT.pm 2005/12/14 18:55:44 239 +++ trunk/lib/WebPAC/Output/TT.pm 2005/12/23 22:52:48 318 @@ -16,11 +16,11 @@ =head1 VERSION -Version 0.03 +Version 0.06 =cut -our $VERSION = '0.03'; +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); @@ -262,7 +260,7 @@ $args->{'load_template'} = sub { my $template = shift or return "Logger.error('load_template missing template name!'); return false;"; return "load_template($template); return false;"; - } + }; my $out;