You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/12/06 17:51:28 UTC

svn commit: r724007 - /httpd/httpd/trunk/docs/manual/mod/mod_headers.xml

Author: takashi
Date: Sat Dec  6 08:51:28 2008
New Revision: 724007

URL: http://svn.apache.org/viewvc?rev=724007&view=rev
Log:
fix XML errors of r723560

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_headers.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_headers.xml?rev=724007&r1=724006&r2=724007&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_headers.xml Sat Dec  6 08:51:28 2008
@@ -222,7 +222,6 @@
     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 @@
     <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 @@
     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 @@
     <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