From 081bbcec0525531076cc445fe233f7720055e6ed Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 1 Aug 1997 12:00:18 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)
    -- 2.40.0