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:
parent
ad5e44bcde
commit
abe349ed6c
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue