From 1d709554cc6a0291d365fd7101ebc98b17baa8cc Mon Sep 17 00:00:00 2001
From: Erik Abele
Date: Tue, 29 Jul 2003 14:48:04 +0000
Subject: [PATCH] Added a missing slash.
PR: 21964
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100838 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.html.de | 2 +-
docs/manual/mod/core.html.en | 2 +-
docs/manual/mod/core.xml | 2 +-
docs/manual/mod/core.xml.de | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de
index 4e124f781b0..740af9b7371 100644
--- a/docs/manual/mod/core.html.de
+++ b/docs/manual/mod/core.html.de
@@ -1651,7 +1651,7 @@ au
Require valid-user
- <LimitExcept>
+ </LimitExcept>
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 4981079f400..14cf38c1a9d 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1560,7 +1560,7 @@ except the named ones
Require valid-user
- <LimitExcept>
+ </LimitExcept>
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 7ed88838137..21685f2fa67 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1510,7 +1510,7 @@ except the named ones
Require valid-user
- <LimitExcept>
+ </LimitExcept>
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 7d5a86096a6..3f6881ee2fc 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -1601,7 +1601,7 @@ außer den genannten
Require valid-user
- <LimitExcept>
+ </LimitExcept>
--
2.47.2