Skip to content

Commit 933f4bd

Browse files
author
Christophe Jaillet
committed
Use <highlight language="config"> instead of <example> in order to have syntax highlight work correctly.
r1923003 on trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923004 13f79535-47bb-0310-9956-ffa450edef68
1 parent fb3d30e commit 933f4bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/manual/mod/core.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ NoDecode option available in 2.3.12 and later.</compatibility>
469469
to remain <em>set</em> while allowing any others to be set.
470470
</p></note>
471471

472-
<example>
472+
<highlight language="config">
473473
AllowOverride Options=Indexes,MultiViews
474-
</example>
474+
</highlight>
475475
</dd>
476476
</dl>
477477

@@ -5196,9 +5196,9 @@ hostname or IP address</description>
51965196
has been specified by this directive. The intent is to limit access to
51975197
paths derived from untrusted inputs.</p>
51985198

5199-
<example>
5199+
<highlight language="config">
52005200
UNCList example.com other.example.com
5201-
</example>
5201+
</highlight>
52025202

52035203
<note type="warning"><title>Security</title>
52045204
<p>UNC paths accessed outside of request processing, such as during startup,

0 commit comments

Comments
 (0)