From bc126eeb96577d34137fa0946c556ac20f198fca Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Wed, 8 Jan 2025 21:13:45 +0000
Subject: [PATCH] Use instead of 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
---
docs/manual/mod/core.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index a1726a57aa1..070f8ee57b7 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -474,9 +474,9 @@ NoDecode option available in 2.3.12 and later.
to remain set while allowing any others to be set.
-
+
AllowOverride Options=Indexes,MultiViews
-
+
@@ -5343,9 +5343,9 @@ recognized methods to modules.
has been specified by this directive. The intent is to limit access to
paths derived from untrusted inputs.
-
+
UNCList example.com other.example.com
-
+
Security
UNC paths accessed outside of request processing, such as during startup,
--
2.47.3