Skip to content

Commit

Permalink
s/require/Require/ to help another syntax color highlight work correc…
Browse files Browse the repository at this point in the history
…tly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1838459 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Christophe Jaillet committed Aug 20, 2018
1 parent aa13d94 commit ae98f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/mod/core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ filenames</description>

<highlight language="config">
&lt;FilesMatch "^(?&lt;sitename&gt;[^/]+)"&gt;
require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
&lt;/FilesMatch&gt;
</highlight>
</usage>
Expand Down

0 comments on commit ae98f59

Please sign in to comment.