Bugfix in errors/*.pl and opac/errors/*.pl
[koha_gimpoz] / opac / errors / 403.pl
index e4de04c..d192c47 100755 (executable)
@@ -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', '403 Forbidden';