diff --git a/en/cgi/dosendpr.cgi b/en/cgi/dosendpr.cgi index d2983671ad..f7703e167d 100755 --- a/en/cgi/dosendpr.cgi +++ b/en/cgi/dosendpr.cgi @@ -8,7 +8,7 @@ # GNU General Public License Version 2. # (http://www.gnu.ai.mit.edu/copyleft/gpl.html) # -# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.9 2002/10/05 12:17:19 ceri Exp $ +# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.10 2002/11/02 01:21:41 ceri Exp $ require "html.pl"; @@ -67,7 +67,7 @@ sub prerror { &html_body(); print "There is an error in the configuration of the problem\n", "report form genator. Please back up one page and report\n", - "the problem to the owner of that page. Report @_[0]."; + "the problem to the owner of that page. Report $_[0]."; &html_end(); exit (1); }