]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
XML error.
authorRich Bowen <rbowen@apache.org>
Fri, 14 Jan 2011 21:18:20 +0000 (21:18 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 14 Jan 2011 21:18:20 +0000 (21:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059174 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.xml

index 1a3b5411834a937003e0a504e68979e5571acb7c..adbfdf64d18d5a2931d13fe9d3b6615111315f24 100644 (file)
@@ -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>