#1444: Porting marcEditor to authorities (tab management)
[koha_gimpoz] / members / mancredit.pl
index a03502f..4f2fe50 100755 (executable)
@@ -24,7 +24,6 @@
 use strict;
 use C4::Auth;
 use C4::Output;
-use C4::Interface::CGI::Output;
 use CGI;
 
 use C4::Members;
@@ -60,7 +59,7 @@ if ($add){
                     surname  => $data->{'surname'},
     );
        print $input->header(
-           -type => guesstype($template->output),
+           -type => 'utf-8',
            -cookie => $cookie
        ),$template->output;