You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2013/10/19 14:49:14 UTC

svn commit: r1533748 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml

Author: druggeri
Date: Sat Oct 19 12:49:14 2013
New Revision: 1533748

URL: http://svn.apache.org/r1533748
Log:
Remove erroneous space reported in pr55676

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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml?rev=1533748&r1=1533747&r2=1533748&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_env.xml Sat Oct 19 12:49:14 2013
@@ -86,7 +86,7 @@ SSI pages</description>
     setting is meant as input into this early phase of processing such as the
     <directive module="mod_rewrite">RewriteRule</directive> directive, you should
     instead set the environment variable with
-    <directive module="mod_setenvif"> SetEnvIf</directive>.</p>
+    <directive module="mod_setenvif">SetEnvIf</directive>.</p>
     </note>
     <note><p>On 2.2, the PATH environment variable cannot be set using Setenv.</p>
     </note>