From: Eric Covener Date: Sun, 30 Nov 2014 18:13:24 +0000 (+0000) Subject: even out some whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f1410eded536f0d136fba7dfa2db3dbf07a41e;p=thirdparty%2Fapache%2Fhttpd.git even out some whitespace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1642581 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index abf6fd917b0..7c9ccf51e17 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -579,7 +579,7 @@ listfunction ::= listfuncname "(" word ")" </Directory> # Check a HTTP header for a list of values -<If "%{HTTP:X-example-header} in { 'foo', 'bar', 'baz'}"> +<If "%{HTTP:X-example-header} in { 'foo', 'bar', 'baz' }"> Header set matched true </If>