]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
re-build
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 11 Jan 2016 06:34:28 +0000 (06:34 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 11 Jan 2016 06:34:28 +0000 (06:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1723981 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.html.en
docs/manual/expr.xml.fr
docs/manual/expr.xml.meta

index 780010af3d2daa1ecab5ac5a3d44f399ef00f279..8ccf03f8059951e2803cf14cef8bb3026e51248b 100644 (file)
@@ -529,7 +529,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"</pr
 &lt;If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"&gt;
   Header set checksum-matched true
 &lt;/If&gt;
-&lt;If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')&gt;
+&lt;If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')"&gt;
   Header set checksum-matched-2 true
 &lt;/If&gt;
 
index 40793f7d5c21222bfa789c4945251db70c6684d1..89ebb74389d6ebaae1c084de1de87f06a61a8bc4 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: 1721979 -->
+<!-- English Revision: 1721979:1723980 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index d5a2e5e1a51ac2993572999fded854013f9172b5..ea324a8bb253d589dbddfb8780bc04583ce99ac0 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>