fixing template & javascript bug on almost all plugins
[koha.git] / cataloguing / value_builder / marc21_leader.pl
index 2064f7d..698be72 100755 (executable)
@@ -105,7 +105,7 @@ my ($template, $loggedinuser, $cookie)
                                                        "f19$f19" => 1,
                                                        "f2023" => $f2023,
                                        );
-       print $input->header(-cookie => $cookie),$template->output;
+        output_html_with_http_headers $input, $cookie, $template->output;
 }
 
 1;