From: Christophe Jaillet Date: Mon, 20 Aug 2018 19:41:05 +0000 (+0000) Subject: s/require/Require/ to help another syntax color highlight work correctly. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae98f599e73de3c0d08dc3f0d4353e70284b98f6;p=thirdparty%2Fapache%2Fhttpd.git s/require/Require/ to help another syntax color highlight work correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838459 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index bae0d38d3df..f16b68a8f44 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2032,7 +2032,7 @@ filenames <FilesMatch "^(?<sitename>[^/]+)"> - require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example + Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example </FilesMatch>