Commit 18333fec authored by Rich Bowen's avatar Rich Bowen
Browse files

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
parent 165650db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
    </highlight>
    </example>