diff --git a/en/cgi/dosendpr.cgi b/en/cgi/dosendpr.cgi index 84db5172e6..77e789de95 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.30 2007/03/16 06:35:54 remko Exp $ +# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.31 2007/05/23 21:53:45 simon Exp $ use Socket; use CGI qw/:standard/; @@ -101,7 +101,7 @@ if (!$submission_program) { &prerror("submit program problem"); } if ($patchhandle = upload('patch')) { # use bytes; unless (uploadInfo($patchhandle)->{'Content-Type'} =~ m!text/.*!) { - &piloterror("Patch file has wrong content type: got" . + &piloterror("Patch file has wrong content type: got " . uploadInfo($patchhandle)->{'Content-Type'} . " but was expecting one matching text/.*"); }