]> granicus.if.org Git - apache/commitdiff
Closing "|" on regex replace string
authorRich Bowen <rbowen@apache.org>
Thu, 14 Dec 2017 19:29:42 +0000 (19:29 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Dec 2017 19:29:42 +0000 (19:29 +0000)
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

index 39c26c1408322d264e047d01cc0c411dd9e5e682..f2dcf292c17bfd8a3a355fd5aa784ea5dee3de52 100644 (file)
 &lt;Location "/"&gt;
     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|"
 &lt;/Location&gt;
     </highlight>
     </example>