]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild
authorDaniel Gruno <humbedooh@apache.org>
Thu, 24 May 2012 07:04:48 +0000 (07:04 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 24 May 2012 07:04:48 +0000 (07:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1342158 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.html.en
docs/manual/mod/mod_lua.xml.fr
docs/manual/mod/mod_lua.xml.meta

index 46e89febdd9b18749be3b8957a32b7c3f7591248..468a739ea73955fb02576e5ecbf4eedc59e5fd83 100644 (file)
@@ -138,11 +138,11 @@ function handle(r)
 
     if r.method == 'GET' then
         for k, v in pairs( r:parseargs() ) do
-            r:puts( string.format("%s: %s", k, v) )
+            r:puts( string.format("%s: %s\n", k, v) )
         end
     elseif r.method == 'POST' then
         for k, v in pairs( r:parsebody() ) do
-            r:puts( string.format("%s: %s", k, v) )
+            r:puts( string.format("%s: %s\n", k, v) )
         end
     else
         r:puts("unknown HTTP method " .. r.method)
index 4db0a0d5e074848bc2517c8ddee4cfd60e29ce14..08751a16c5b414831b952219a21b0de50533fdbd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1331691 -->
+<!-- English Revision: 1331691:1342157 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b55c7710e95c9f695fe435d176007bdf28716825..8fc1a0efdf34e8b8870065a1ce5d7c523d3f652c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>