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;