From: Eric Covener Date: Sun, 31 Dec 2017 16:14:34 +0000 (+0000) Subject: stray char X-Git-Tag: 2.5.0-alpha2-ci-test-only~3022 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c66eef497dbff05e95ad6f9f88a79372c5ee12;p=thirdparty%2Fapache%2Fhttpd.git stray char git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1819742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index 2abd40ec637..8404b9e6740 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -123,7 +123,7 @@ <Location "/"> 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" </Location>