fixing template & javascript bug on almost all plugins
[koha.git] / cataloguing / value_builder / unimarc_field_105.pl
index 3ad63a7..332d60c 100755 (executable)
@@ -105,7 +105,7 @@ my ($template, $loggedinuser, $cookie)
                                                        "f12$f12" => 1,
                                                        "f13$f13" => 1
  );
-       print $input->header(-cookie => $cookie),$template->output;
+        output_html_with_http_headers $input, $cookie, $template->output;
 }
 
 1;