Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
[koha-equinox.git] / opac / opac-userdetails.pl
index d914528..a476bf0 100755 (executable)
@@ -30,5 +30,5 @@ $borr->{'ethnicity'}    = fixEthnicity($borr->{'ethnicity'});
 
 $template->param($borr);
 
-print $query->header(-cookie => $cookie), $template->output;
+output_html_with_http_headers $query, $cookie, $template->output;