@@ -, +, @@ --- catalogue/detail.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/catalogue/detail.pl +++ a/catalogue/detail.pl @@ -52,6 +52,8 @@ use Koha::Virtualshelves; use Koha::Plugins; use Koha::SearchEngine::Search; +use URI::Escape; + my $query = CGI->new(); my $analyze = $query->param('analyze'); --