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:59 UTC

svn commit: r1533749 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml

Author: druggeri
Date: Sat Oct 19 12:49:59 2013
New Revision: 1533749

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

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml?rev=1533749&r1=1533748&r2=1533749&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_env.xml Sat Oct 19 12:49:59 2013
@@ -90,7 +90,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>
 
 </usage>