From abe349ed6cc0b2296634b66d71de703fcd99a5a4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 29 Apr 2013 15:09:48 -0700 Subject: [PATCH] Revert "Bug 10074 - Encoding problems for installer" This reverts commit d0c6e09429d2af711f911b57601a02f17591d441. Rolling back bug 6554 work until we have more comprehensive tests. --- installer/InstallAuth.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm index a86681565d..0015a14e2d 100644 --- a/installer/InstallAuth.pm +++ b/installer/InstallAuth.pm @@ -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; } -- 2.39.2