Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / errors / 403.pl
index e3b7b88..11918c3 100755 (executable)
@@ -18,7 +18,7 @@
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
 use C4::Context;