From: Christophe Jaillet Date: Mon, 11 Jan 2016 06:30:50 +0000 (+0000) Subject: Fix doc as spotted by A. Gh. in online doc X-Git-Tag: 2.5.0-alpha~2445 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6c428da8bcc95875669117085bf28c914b877f;p=apache Fix doc as spotted by A. Gh. in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1723979 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 84c619a3c4..257eb1d9a4 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -610,7 +610,7 @@ listfunction ::= listfuncname "(" word ")" <If "md5('foo') == 'acbd18db4cc2f85cedef654fccc4a4d8'"> Header set checksum-matched true </If> -<If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')> +<If "md5('foo') == replace('md5:XXXd18db4cc2f85cedef654fccc4a4d8', 'md5:XXX', 'acb')"> Header set checksum-matched-2 true </If>