@@ -, +, @@ --- Koha/Filter/MARC/Index880InZebra.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Filter/MARC/Index880InZebra.pm +++ a/Koha/Filter/MARC/Index880InZebra.pm @@ -23,7 +23,7 @@ so that the alternate graphic representation gets indexed appropriately =head1 SYNOPSIS -my $processor = Koha::RecordProcessor->new({ filters => ('Index880InZebra') }); + my $processor = Koha::RecordProcessor->new({ filters => ('Index880InZebra') }); =head1 DESCRIPTION --