You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2021/10/21 06:52:34 UTC

svn commit: r1894434 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr

Author: gryzor
Date: Thu Oct 21 06:52:34 2021
New Revision: 1894434

URL: http://svn.apache.org/viewvc?rev=1894434&view=rev
Log:
Fixes #65630

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr?rev=1894434&r1=1894433&r2=1894434&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr [utf-8] Thu Oct 21 06:52:34 2021
@@ -88,7 +88,7 @@ réponse</description>
 
     <example><title>Exemple</title>
         <highlight language="config">
-&lt;Location "/&gt;
+&lt;Location "/"&gt;
     AddOutputFilterByType SUBSTITUTE text/html
     Substitute "s/foo/bar/ni"
 &lt;/Location&gt;