aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/html.rb b/html.rb
index b555eb0..d8b05ae 100644
--- a/html.rb
+++ b/html.rb
@@ -24,11 +24,7 @@ class HTML
@header = {}
@header["type"] = "text/html"
# @header["type"] = "application/xhtml+xml"
- if $cgi.accept_charset =~ /utf-8/ || $cgi.accept_charset =~ /\*/
- @header["charset"] = "utf-8"
- else
- @header["charset"] = "iso-8859-1"
- end
+ @header["charset"] = "utf-8"
@body = ""
@htmlheader = ''