summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-06 14:20:14 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-05-06 14:20:14 +0200
commit2e1e6ff6d2687e0d791b04474bb6b261c2a8b1f4 (patch)
tree79e33b3a560a9579f66c7f25af6a26a1c793bddb /docs/manual
parentxforms (typo fix) (diff)
downloadapache2-2e1e6ff6d2687e0d791b04474bb6b261c2a8b1f4.tar.xz
apache2-2e1e6ff6d2687e0d791b04474bb6b261c2a8b1f4.zip
Fix some whitespace issues and a missing newline
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/rewrite/remapping.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index a3df2ce1bf..c20a976569 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -187,7 +187,7 @@ Redirect /docs/ http://new.example.com/docs/
<highlight language="config">
RewriteEngine on
RewriteBase /~quux/
-RewriteRule ^foo\.<strong>html</strong>$ foo.<strong>cgi</strong> [H=<strong>cgi-script</strong>]
+RewriteRule ^foo\.html$ foo.cgi &nbsp; [H=<strong>cgi-script</strong>]
</highlight>
</dd>
</dl>
@@ -476,8 +476,8 @@ com http://www.example.com/<br />
RewriteCond %{HTTP_USER_AGENT} ^<strong>Mozilla/3</strong>.*
RewriteRule ^foo\.html$ foo.<strong>NS</strong>.html [<strong>L</strong>]
-RewriteCond %{HTTP_USER_AGENT} ^<strong>Lynx/</strong> [OR]
-RewriteCond %{HTTP_USER_AGENT} ^<strong>Mozilla/[12]</strong>
+RewriteCond %{HTTP_USER_AGENT} ^Lynx/ [OR]
+RewriteCond %{HTTP_USER_AGENT} ^Mozilla/[12]
RewriteRule ^foo\.html$ foo.<strong>20</strong>.html [<strong>L</strong>]
RewriteRule ^foo\.html$ foo.<strong>32</strong>.html [<strong>L</strong>]