]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Wed, 9 May 2012 07:32:44 +0000 (07:32 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 9 May 2012 07:32:44 +0000 (07:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335953 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/cgi.html.en
docs/manual/howto/cgi.xml.fr
docs/manual/howto/cgi.xml.ja
docs/manual/howto/cgi.xml.ko

index e72b50bff3fef7f1750e22aa9250d43e6c674f5b..03575a1c2c8c6d1cd39c82e2dd79e835be5f074a 100644 (file)
 
       <pre class="prettyprint lang-perl">
 #!/usr/bin/perl
-print "Content-type: text/html\n\n";
+print "Content-type: text/html\r\n\r\n";
 print "Hello, World.";
       </pre>
 
@@ -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 --&gt; $ENV{$key}&lt;br&gt;";
 }
index 2a9a5b0b573c445df11b6a7c768cc91c9e72def7..d3a155643e9372c887ea3629c877f5d31ac13d4c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1331576:1335890 (outdated) -->
+<!-- English Revision: 1331576:1335903 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index c7894847c70a292b1afea9d904a1ae42021af20a..8a84f9fcccb71557cae6d410fe82a1b41df988d3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 545841:1335890 (outdated) -->
+<!-- English Revision: 545841:1335903 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index fe888ff573ebc3dd16df6b08c1ce9acac2811019..68ba8754d99c5b4b26b4b8ba7bd9d2a73dd8bb64 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1335890 (outdated) -->
+<!-- English Revision: 105989:1335903 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more