Andy Baugh 6 년 전
부모
커밋
dcc44f89bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;