summaryrefslogtreecommitdiffstats
path: root/docs/manual/urlmapping.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-05-01 19:47:37 +0200
committerChristophe Jaillet <jailletc36@apache.org>2016-05-01 19:47:37 +0200
commit86ab4211a9db661daf125be6cd8ee8bcd3ba6297 (patch)
tree9ced3490d45cbd120b9476bd686f2c81d0f4746f /docs/manual/urlmapping.xml
parentRemove useless <br \> in highlight blocks. (diff)
downloadapache2-86ab4211a9db661daf125be6cd8ee8bcd3ba6297.tar.xz
apache2-86ab4211a9db661daf125be6cd8ee8bcd3ba6297.zip
Remove useless <br \> in highlight blocks.
(r1741864 in 2.4.x + small tweak because quoting is different. This will be fixed later on) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/urlmapping.xml')
-rw-r--r--docs/manual/urlmapping.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index 627c90d56f..8b36dc5578 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -269,9 +269,9 @@ and returns them to the client as if they were from the local
server.</p>
<highlight language="config">
-ProxyPass "/foo/" "http://internal.example.com/bar/"<br />
-ProxyPassReverse "/foo/" "http://internal.example.com/bar/"<br />
-ProxyPassReverseCookieDomain internal.example.com public.example.com<br />
+ProxyPass "/foo/" "http://internal.example.com/bar/"
+ProxyPassReverse "/foo/" "http://internal.example.com/bar/"
+ProxyPassReverseCookieDomain internal.example.com public.example.com
ProxyPassReverseCookiePath "/foo/" "/bar/"
</highlight>