Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / opac / errors / 402.pl
index 2c0077f..09d56c3 100755 (executable)
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
 use C4::Context;