]> granicus.if.org Git - apache/commitdiff
Fix doc as spotted by A. Gh. in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 11 Jan 2016 06:32:09 +0000 (06:32 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 11 Jan 2016 06:32:09 +0000 (06:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1723980 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 8205bc7c120b7526a8131b0bef52e853b0be510c..81e95922b72a222d606af7decde087e1deb539bc 100644 (file)
@@ -574,7 +574,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 &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;