]> 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:30:50 +0000 (06:30 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 11 Jan 2016 06:30:50 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1723979 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index 84c619a3c4d6f7ac35212ed0e720485455f0fb70..257eb1d9a4cf1f3ed171ff3822a1ecb91a65e445 100644 (file)
@@ -610,7 +610,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;