From: Christophe Jaillet Date: Mon, 11 Jan 2016 06:32:09 +0000 (+0000) Subject: Fix doc as spotted by A. Gh. in online doc X-Git-Tag: 2.4.19~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fcfdb16c8bf4079d10da29a1a80da116710392f;p=apache Fix doc as spotted by A. Gh. in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1723980 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 8205bc7c12..81e95922b7 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -574,7 +574,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>