From 79b599086c8b8c5de023f34d02574d930e219d0a Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 14 Dec 2017 19:29:42 +0000 Subject: [PATCH] Closing "|" on regex replace string git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818198 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_substitute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index 39c26c1408..f2dcf292c1 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -101,7 +101,7 @@ <Location "/"> AddOutputFilterByType SUBSTITUTE text/html # "foo=k,bar=k" -> "foo/bar=k" - Substitute "s|foo=(\w+),bar=\1|foo/bar=$1" + Substitute "s|foo=(\w+),bar=\1|foo/bar=$1|" </Location> -- 2.40.0