]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some whitespace issues and a missing newline
authorDaniel Gruno <humbedooh@apache.org>
Sun, 6 May 2012 12:20:14 +0000 (12:20 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 6 May 2012 12:20:14 +0000 (12:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334611 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.xml

index a3df2ce1bf72985c12a477dbd55c92026b6f5086..c20a976569c9c65c6cf909df0f2e0825e016347e 100644 (file)
@@ -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>]