]> granicus.if.org Git - apache/commitdiff
stray char
authorEric Covener <covener@apache.org>
Sun, 31 Dec 2017 16:14:34 +0000 (16:14 +0000)
committerEric Covener <covener@apache.org>
Sun, 31 Dec 2017 16:14:34 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1819742 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_substitute.xml

index 2abd40ec637013ea8545743cc9a90d20d81e1ed8..8404b9e67402a445ff4cf7a7990ab5522f50528a 100644 (file)
 &lt;Location "/"&gt;
     AddOutputFilterByType SUBSTITUTE text/html
     Substitute "s/example.com/expr=%{HTTP:HOST}/i"
-    Substitute "s/Hello, (\S+)/expr=Hello from %{REQUEST_URI}, \$1,/i"
+    Substitute "s/Hello, (\S+)/expr=Hello from %{REQUEST_URI}, \$1/i"
 &lt;/Location&gt;
         </highlight>
     </example>