]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use <highlight language="config"> instead of <example> in order to have syntax highli...
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 8 Jan 2025 21:13:45 +0000 (21:13 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 8 Jan 2025 21:13:45 +0000 (21:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923003 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index a1726a57aa1f7fe845ef9834ab1825fef672173d..070f8ee57b7a53a2a9537498a03127a1b65ad8ed 100644 (file)
@@ -474,9 +474,9 @@ NoDecode option available in 2.3.12 and later.</compatibility>
          to remain <em>set</em> while allowing any others to be set.
       </p></note>
 
-      <example>
+      <highlight language="config">
       AllowOverride Options=Indexes,MultiViews
-      </example>
+      </highlight>
       </dd>
     </dl>
 
@@ -5343,9 +5343,9 @@ recognized methods to modules.</p>
     has been specified by this directive. The intent is to limit access to
     paths derived from untrusted inputs.</p>
 
-    <example>
+    <highlight language="config">
     UNCList example.com other.example.com
-    </example>
+    </highlight>
 
     <note type="warning"><title>Security</title>
     <p>UNC paths accessed outside of request processing, such as during startup,