summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-12-06 16:51:28 +0000
committerTakashi Sato <takashi@apache.org>2008-12-06 16:51:28 +0000
commitc73a91e509adf2b58ef9b13763dc6ac8338a4e53 (patch)
tree71d9870a60d8d95df80ed73e0ebcd904e25519a8
parent02fe31e6c5c5c68998cbaac91cde0cecad6c0a17 (diff)
downloadhttpd-c73a91e509adf2b58ef9b13763dc6ac8338a4e53.tar.gz
fix XML errors of r723560
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724007 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_headers.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml
index 1e9e0063fc..936916cb8f 100644
--- a/docs/manual/mod/mod_headers.xml
+++ b/docs/manual/mod/mod_headers.xml
@@ -222,7 +222,6 @@ headers</description>
search-and-replace. The <var>value</var> argument is a <glossary
ref="regex">regular expression</glossary>, and the <var>replacement</var>
is a replacement string, which may contain backreferences.</dd>
- </dl>
<dt><code>merge</code></dt>
<dd>The response header is appended to any existing header of
@@ -242,6 +241,7 @@ headers</description>
<dd>The request header of this name is removed, if it exists. If
there are multiple headers of the same name, all will be removed.
<var>value</var> must be omitted.</dd>
+ </dl>
<p>This argument is followed by a header name, which can
include the final colon, but it is not required. Case is
@@ -327,7 +327,6 @@ headers</description>
search-and-replace. The <var>value</var> argument is a <glossary
ref="regex">regular expression</glossary>, and the <var>replacement</var>
is a replacement string, which may contain backreferences.</dd>
- </dl>
<dt><code>merge</code></dt>
<dd>The response header is appended to any existing header of
@@ -347,6 +346,7 @@ headers</description>
<dd>The response header of this name is removed, if it exists.
If there are multiple headers of the same name, all will be
removed. <var>value</var> must be omitted.</dd>
+ </dl>
<p>This argument is followed by a <var>header</var> name, which
can include the final colon, but it is not required. Case is