Fix HTTP Content-Type headers and meta tags to enforce UTF-8 encoding on all pages and error screens
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ sub regist {
|
||||
#-------------------------------------------------------------------------------
|
||||
# HTMLのヘッダー
|
||||
sub header {
|
||||
print "Content-type: text/html\n\n";
|
||||
print "Content-type: text/html; charset=UTF-8\n\n";
|
||||
print <<"EOM";
|
||||
<html>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user