From: Daniel Gruno Date: Wed, 9 May 2012 07:32:44 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~6853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4765e4f7d1a00e74ea0b9b5e21d80a431ff3d177;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335953 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index e72b50bff3f..03575a1c2c8 100644 --- a/docs/manual/howto/cgi.html.en +++ b/docs/manual/howto/cgi.html.en @@ -233,7 +233,7 @@
 #!/usr/bin/perl
-print "Content-type: text/html\n\n";
+print "Content-type: text/html\r\n\r\n";
 print "Hello, World.";
       
@@ -486,7 +486,7 @@ print "Hello, World."; use strict; use warnings; -print "Content-type: text/html\n\n"; +print "Content-type: text/html\r\n\r\n"; foreach my $key (keys %ENV) { print "$key --> $ENV{$key}<br>"; } diff --git a/docs/manual/howto/cgi.xml.fr b/docs/manual/howto/cgi.xml.fr index 2a9a5b0b573..d3a155643e9 100644 --- a/docs/manual/howto/cgi.xml.fr +++ b/docs/manual/howto/cgi.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/howto/cgi.xml.ja b/docs/manual/howto/cgi.xml.ja index c7894847c70..8a84f9fcccb 100644 --- a/docs/manual/howto/cgi.xml.ja +++ b/docs/manual/howto/cgi.xml.ja @@ -1,7 +1,7 @@ - + +