Andy Baugh 6 vuotta sitten
vanhempi
sitoutus
dcc44f89bb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      notification-center/notification-center.pl

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

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