You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2009/10/17 04:53:29 UTC

svn commit: r826168 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml

Author: nilgun
Date: Sat Oct 17 02:53:28 2009
New Revision: 826168

URL: http://svn.apache.org/viewvc?rev=826168&view=rev
Log:
fix validation error

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml?rev=826168&r1=826167&r2=826168&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_headers.xml Sat Oct 17 02:53:28 2009
@@ -304,7 +304,7 @@
     status codes, including successful responses).  A value of <code>always</code>
     may be needed to influence headers set by some internal modules even for
     successful responses, and is always needed to affect non-<code>2<var>xx</var></code> 
-    responses such as redirects or client errors</p>.
+    responses such as redirects or client errors.</p>
 
     <p>The action it performs is determined by the second
     argument. This can be one of the following values:</p>