Revert "Bug 10074 - Encoding problems for installer"

This reverts commit d0c6e09429.

Rolling back bug 6554 work until we have more comprehensive tests.
This commit is contained in:
Galen Charlton 2013-04-29 15:09:48 -07:00
parent ad5e44bcde
commit abe349ed6c

View file

@ -394,8 +394,11 @@ sub checkauth {
-HttpOnly => 1,
-expires => ''
);
output_html_with_http_headers $query, $cookie, $template->output;
print $query->header(
-type => 'text/html; charset=utf-8',
-cookie => $cookie
),
$template->output;
exit;
}