]> 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:15:20 +0000 (21:15 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 8 Jan 2025 21:15:20 +0000 (21:15 +0000)
r1923003 on trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923004 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 0c5a4d49065009fb173dead83851d2b37ceda790..8fe924172c0850677396c59498e6cef4c56ece25 100644 (file)
@@ -469,9 +469,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>
 
@@ -5196,9 +5196,9 @@ hostname or IP address</description>
     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,