diff --git a/lib/WebGUI/HTTP.pm b/lib/WebGUI/HTTP.pm
index 56fd55edd..14e03cda4 100644
--- a/lib/WebGUI/HTTP.pm
+++ b/lib/WebGUI/HTTP.pm
@@ -16,7 +16,6 @@ package WebGUI::HTTP;
use strict;
-use WebGUI::International;
use WebGUI::Session;
use WebGUI::Style;
@@ -69,7 +68,7 @@ sub getHeader {
} else {
%params = (
-type => $session{http}{mimetype} || "text/html",
- -charset => $session{http}{charset} || WebGUI::International::getLanguage($session{page}{languageId},"charset") || "UTF-8"
+ -charset => "UTF-8"
);
if ($session{setting}{preventProxyCache}) {
$params{"-expires"} = "-1d";
diff --git a/lib/WebGUI/International.pm b/lib/WebGUI/International.pm
index dfbabd613..6efdbfc50 100644
--- a/lib/WebGUI/International.pm
+++ b/lib/WebGUI/International.pm
@@ -104,7 +104,7 @@ Defaults to "English". The language to retrieve the properties for.
=head3 propertyName
-If this is specified, only the value of the property will be returned, instead of the hash reference to all properties. The valid values are "charset", "toolbar", and "label".
+If this is specified, only the value of the property will be returned, instead of the hash reference to all properties. The valid values are "toolbar" and "label".
=cut
diff --git a/lib/WebGUI/Style.pm b/lib/WebGUI/Style.pm
index aebdd3f47..b38c33af5 100644
--- a/lib/WebGUI/Style.pm
+++ b/lib/WebGUI/Style.pm
@@ -138,7 +138,7 @@ sub process {
}
$var{'head.tags'} = '
-
+