jwoolley 01/11/01 14:15:35
Modified: perl-framework/t/htdocs/modules/cgi perl.pl.PL Log: Fix a typo in Content-type header Reviewed by: DougM Revision Changes Path 1.2 +1 -1 httpd-test/perl-framework/t/htdocs/modules/cgi/perl.pl.PL Index: perl.pl.PL =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/htdocs/modules/cgi/perl.pl.PL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -u -r1.1 -r1.2 --- perl.pl.PL 2001/08/20 04:15:50 1.1 +++ perl.pl.PL 2001/11/01 22:15:35 1.2 @@ -1,3 +1,3 @@ -print "xContent-Type: text/plain\n\n"; +print "Content-type: text/plain\n\n"; print "perl cgi";
