fixing template & javascript bug on almost all plugins
[koha.git] / cataloguing / value_builder / unimarc_field_117.pl
index 7c47e2a..1ba6c39 100755 (executable)
@@ -88,7 +88,7 @@ my ($template, $loggedinuser, $cookie)
                                                        "f4$f4" => 1,
                                                        "f5$f5" => 1
  );
-       print $input->header(-cookie => $cookie),$template->output;
+        output_html_with_http_headers $input, $cookie, $template->output;
 }
 
 1;