From 434ab8162fb3c726c8f47502af4b688845dd6654 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 20 Nov 2009 14:32:22 +1300 Subject: [PATCH] Bug 3797 output 404 error page with a 404 header Signed-off-by: Galen Charlton --- opac/errors/404.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/errors/404.pl b/opac/errors/404.pl index 2edfdbfeb1..9b1f39ffd6 100755 --- a/opac/errors/404.pl +++ b/opac/errors/404.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_html_with_http_headers $query, $cookie, $template->output, '404 Not Found'; -- 2.39.5