From: Ralf S. Engelschall Date: Fri, 1 Aug 1997 12:00:18 +0000 (+0000) Subject: Fixed HTML tag which was bad in recent commit. X-Git-Tag: APACHE_1_3b1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=081bbcec0525531076cc445fe233f7720055e6ed;p=apache Fixed HTML tag which was bad in recent commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78856 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 9081f2ac4a..0d2ed22582 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -632,7 +632,7 @@ Treats the CondPattern as a plain string and compares it lexicographically to TestString and results in a true expression if TestString is lexicographically equal to CondPattern, i.e the two strings are exactly equal (character by character). -If CondPattern is just "" (two quotation marks) this +If CondPattern is just "" (two quotation marks) this compares TestString against the empty string.

  • '-d' (is directory)