From: Igor Galić Date: Wed, 25 Apr 2012 12:37:30 +0000 (+0000) Subject: catch up to highlighting in the translations X-Git-Tag: 2.5.0-alpha~7041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8b1a461dd481a2c6e5f733ad175b43c1c33f0b;p=thirdparty%2Fapache%2Fhttpd.git catch up to highlighting in the translations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330243 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/cgi.xml.fr b/docs/manual/howto/cgi.xml.fr index ae2f4210300..7db57680d62 100644 --- a/docs/manual/howto/cgi.xml.fr +++ b/docs/manual/howto/cgi.xml.fr @@ -1,7 +1,7 @@ - + @@ -255,11 +255,11 @@ premier.pl, et placez le dans votre répertoire cgi-bin.

- - #!/usr/bin/perl
- print "Content-type: text/html\n\n";
- print "Bonjour tout le monde . . ."; -
+ +#!/usr/bin/perl +print "Content-type: text/html\n\n"; +print "Bonjour tout le monde . . ."; +

Même si Perl ne vous est pas familier, vous devriez être capable de comprendre le fonctionnement de ce programme. La @@ -531,15 +531,13 @@ variables d'environnement aux variables de base fournies par défaut.

- - #!/usr/bin/perl
- print "Content-type: text/html\n\n";
- foreach $key (keys %ENV) {
- - print "$key --> $ENV{$key}<br>";
-
- } -
+ +#!/usr/bin/perl +print "Content-type: text/html\n\n"; +foreach $key (keys %ENV) { + print "$key --> $ENV{$key}<br>"; +} +
diff --git a/docs/manual/howto/cgi.xml.ja b/docs/manual/howto/cgi.xml.ja index 9a11efd69c5..ccd8d4726a8 100644 --- a/docs/manual/howto/cgi.xml.ja +++ b/docs/manual/howto/cgi.xml.ja @@ -1,7 +1,7 @@ - + +