Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / labels / label-edit-template.pl
index f527d28..241f9fc 100755 (executable)
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 
 use C4::Auth qw(get_template_and_user);
 use C4::Output qw(output_html_with_http_headers);