Remove duplicated text.

This commit is contained in:
Ceri Davies 2004-02-16 14:34:23 +00:00
parent b275a1696e
commit 62ba1925fa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20039

View file

@ -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.14 2003/12/14 17:28:13 ceri Exp $
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.15 2004/01/03 21:24:51 ceri Exp $
require "html.pl";
@ -127,7 +127,7 @@ if (defined($codeentered) && $codeentered && $db_hash{$codeentered} &&
{ print `cat $gnsprepbad`; }
else {
print "<h1>Bad Data</h1>\nYou need to specify at least your ",
"electronic mail address, your name and a synopsis of the ",
"electronic mail address, your name and a synopsis ",
"of the problem.\n Please return to the form and add the ",
"missing information. Thank you.\n";
}