From b2907c7b9230a575b6bc0cb4e89e5941ead652b9 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Tue, 29 Jul 2003 14:47:13 +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/trunk@100837 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 22cc61549d..c48db55cf9 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -1623,7 +1623,7 @@ au Require valid-user
- <LimitExcept> + </LimitExcept>

diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0f78b1920b..2a1b0d1f99 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1532,7 +1532,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 f12498671b..8b4854f06c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1485,7 +1485,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 5cf23c0a5e..2e0bf990bb 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1575,7 +1575,7 @@ außer den genannten Require valid-user
- <LimitExcept> + </LimitExcept> -- 2.50.1