Bug 5202: QA follow-up - correct license and POD errors
[koha.git] / authorities / authorities-home.pl
index 2fe4622..f67f5c9 100755 (executable)
@@ -125,7 +125,7 @@ if ( $op eq "do_search" ) {
     # next/previous would not work anymore
 
     # construction of the url of each page
-    my $value_url = uri_escape_utf8($value);
+    my $value_url = uri_escape($value);
     my $base_url = "authorities-home.pl?"
       ."marclist=$marclist"
       ."&and_or=$and_or"