Andy Baugh 7 rokov pred
rodič
commit
dcc44f89bb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      notification-center/notification-center.pl

+ 1 - 1
notification-center/notification-center.pl

@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use warnings;
 
 
 use CGI qw/:standard/;
 use CGI qw/:standard/;
-print header();
+print header(-charset => 'UTF-8');
 
 
 use Cpanel::Template;
 use Cpanel::Template;