]> granicus.if.org Git - apache/commitdiff
Remove random stray colon in example block
authorRich Bowen <rbowen@apache.org>
Sat, 25 Aug 2007 18:59:03 +0000 (18:59 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 25 Aug 2007 18:59:03 +0000 (18:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569719 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.xml

index 1d15ac231a05013f79d84eeda9b62f71ee05e23c..fad890f7c6f0813a2e55f0b10b5043de8abe6b56 100644 (file)
@@ -1766,7 +1766,6 @@ RewriteCond   ${vhost:%1}  ^(/.*)$
 #   5. finally we can map the URL to its docroot location
 #      and remember the virtual host for logging puposes
 RewriteRule   ^/(.*)$   %1/$1  [E=VHOST:${lowercase:%{HTTP_HOST}}]
-    :
 </pre></example>
         </dd>
       </dl>