diff options
author | Rich Bowen <rbowen@apache.org> | 2011-06-24 20:48:52 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-06-24 20:48:52 +0200 |
commit | ac97ede2804daa8599bf205ea342674170c6401f (patch) | |
tree | 878585f586e5d79e74684680c79fc40dc9ed5866 /docs/manual/rewrite/avoid.xml | |
parent | Correct link to mod_macro. (diff) | |
download | apache2-ac97ede2804daa8599bf205ea342674170c6401f.tar.xz apache2-ac97ede2804daa8599bf205ea342674170c6401f.zip |
Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1139407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/rewrite/avoid.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 9d2b85bb3d..870e15e5f3 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -221,7 +221,7 @@ module="core" type="section">If</directive> direct, as shown here:</p> <example> <If "$req{Host} = 'example.com'"><br /> -RedirectMatch (.*) http://www.example.com$1 +RedirectMatch (.*) http://www.example.com$1<br /> </If> </example> |