X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Ferrors%2F400.pl;h=db71a7c5d0605cd7391275b3d5c0c46be9d089d8;hb=18b8991cf1832a0ee79a526e6438b51fdb4f3208;hp=b48917e907bd8286a4be67bc5252e83f365f1462;hpb=21a50434d9db8d8d8b646846e55ae37816a0351a;p=koha_gimpoz diff --git a/opac/errors/400.pl b/opac/errors/400.pl index b48917e907..db71a7c5d0 100755 --- a/opac/errors/400.pl +++ b/opac/errors/400.pl @@ -36,4 +36,4 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); $template->param( admin => $admin ); -output_html_with_http_headers $query, $cookie, $template->output; +output_with_http_headers $query, $cookie, $template->output, 'html', '400 Bad Request';