Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / help.pl
diff --git a/help.pl b/help.pl
index 4df8dc2..7d4385d 100755 (executable)
--- a/help.pl
+++ b/help.pl
@@ -23,7 +23,7 @@ use C4::Templates;
 use C4::Output;
 # use C4::Auth;
 use C4::Context;
-use CGI;
+use CGI qw ( -utf8 );
 
 sub _help_template_file_of_url {
     my $url = shift;