fixing inproper CGI header, again
authorJoshua Ferraro <jmf@liblime.com>
Thu, 30 Aug 2007 19:11:31 +0000 (14:11 -0500)
committerChris Cormack <crc@liblime.com>
Thu, 30 Aug 2007 20:50:56 +0000 (15:50 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
C4/Auth.pm

index b692128..07eb0bd 100644 (file)
@@ -703,7 +703,8 @@ sub checkauth {
 #    $cookie = $query->cookie(CGISESSID => $session->id
 #   );
     print $query->header(
-        -type   => 'utf-8',
+               -type   => 'text/html',
+        -charset => 'utf-8',
         -cookie => $cookie
       ),
       $template->output;