Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / serials / serial-issues.pl
index de5989b..0294c54 100755 (executable)
@@ -43,7 +43,7 @@ the biblionumber this script has to give more infos.
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Koha;
 use C4::Dates;