You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/14 22:18:21 UTC

svn commit: r1059174 - /httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Author: rbowen
Date: Fri Jan 14 21:18:20 2011
New Revision: 1059174

URL: http://svn.apache.org/viewvc?rev=1059174&view=rev
Log:
XML error.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=1059174&r1=1059173&r2=1059174&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Fri Jan 14 21:18:20 2011
@@ -624,7 +624,7 @@ set to accomplish the same thing:</p>
   RewriteCond /var/www/my_blog/%{REQUEST_FILENAME} !-f<br />
   RewriteCond /var/www/my_blog/%{REQUEST_FILENAME} !-d<br />
   RewriteRule ^ index.php [PT]<br />
-<indent>
+</indent>
 &lt;/Directory&gt;
 </example>