From 4765e4f7d1a00e74ea0b9b5e21d80a431ff3d177 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 9 May 2012 07:32:44 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335953 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/cgi.html.en | 4 ++-- docs/manual/howto/cgi.xml.fr | 2 +- docs/manual/howto/cgi.xml.ja | 2 +- docs/manual/howto/cgi.xml.ko | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/howto/cgi.html.en b/docs/manual/howto/cgi.html.en index e72b50bff3..03575a1c2c 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 2a9a5b0b57..d3a155643e 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 c7894847c7..8a84f9fccc 100644 --- a/docs/manual/howto/cgi.xml.ja +++ b/docs/manual/howto/cgi.xml.ja @@ -1,7 +1,7 @@ - + +