X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=errors%2F401.pl;h=665f1d8b08ad3b8e6b6b5d57ea1079cf63c09535;hb=0e3b004add2dee74802702f467e3240d81ce0c7a;hp=3ea459a0b12a280ddfa72352424eb5cc8fbf4206;hpb=423b2dad7800367b4a603c566ea3aa08ccf80be7;p=koha.git diff --git a/errors/401.pl b/errors/401.pl index 3ea459a0b1..665f1d8b08 100755 --- a/errors/401.pl +++ b/errors/401.pl @@ -34,4 +34,4 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); $template->param( admin => $admin ); -output_with_http_headers $query, $cookie, $template->output, 'html', '401 Unauthorized'; +output_html_with_http_headers $query, $cookie, $template->output, 'html', '401 Unauthorized';