From aa13d94821997adddef4beeee0e1d29c0402da23 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 20 Aug 2018 19:37:38 +0000 Subject: [PATCH] s/require/Require/ to help syntax color highlight work correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838458 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 090719f8eb0..bae0d38d3df 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3211,7 +3211,7 @@ matching URLs <LocationMatch "^/combined/(?<sitename>[^/]+)"> - require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example + Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example </LocationMatch> -- 2.47.3