Skip to content

Commit bc126ee

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

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
@@ -474,9 +474,9 @@ NoDecode option available in 2.3.12 and later.</compatibility>
474474
to remain <em>set</em> while allowing any others to be set.
475475
</p></note>
476476

477-
<example>
477+
<highlight language="config">
478478
AllowOverride Options=Indexes,MultiViews
479-
</example>
479+
</highlight>
480480
</dd>
481481
</dl>
482482

@@ -5343,9 +5343,9 @@ recognized methods to modules.</p>
53435343
has been specified by this directive. The intent is to limit access to
53445344
paths derived from untrusted inputs.</p>
53455345

5346-
<example>
5346+
<highlight language="config">
53475347
UNCList example.com other.example.com
5348-
</example>
5348+
</highlight>
53495349

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

0 commit comments

Comments
 (0)