diff --git a/en/cgi/query-pr.cgi b/en/cgi/query-pr.cgi index f38cc90fe3..b18b863237 100755 --- a/en/cgi/query-pr.cgi +++ b/en/cgi/query-pr.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.33 2003/05/21 18:57:10 ceri Exp $ +# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.34 2003/06/08 20:59:51 ceri Exp $ $ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin"; @@ -93,6 +93,7 @@ while() { print &html_footer; exit; } elsif (/^lockf: /) { + print &html_header("FreeBSD problem report"); print "

The PR database is currently busy; please try ", "your query again."; print &html_footer;