]> granicus.if.org Git - apache/commitdiff
Fixed HTML tag which was bad in recent commit.
authorRalf S. Engelschall <rse@apache.org>
Fri, 1 Aug 1997 12:00:18 +0000 (12:00 +0000)
committerRalf S. Engelschall <rse@apache.org>
Fri, 1 Aug 1997 12:00:18 +0000 (12:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78856 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html

index 9081f2ac4a3ef851d231dc1ed2d746fc9102ad33..0d2ed225822bccc3c63d749311f9fbc03dc7aebb 100644 (file)
@@ -632,7 +632,7 @@ Treats the <i>CondPattern</i> as a plain string and compares it
 lexicographically to <i>TestString</i> and results in a true expression if
 <i>TestString</i> is lexicographically equal to <i>CondPattern</i>, i.e the
 two strings are exactly equal (character by character).
-If <i>CondPattern<I> is just <samp>""</samp> (two quotation marks) this
+If <i>CondPattern</i> is just <samp>""</samp> (two quotation marks) this
 compares <i>TestString</i> against the empty string.
 <p>
 <li>'<b>-d</b>' (is <b>d</b>irectory)<br>