1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Ralf S. Engelschall
1997-08-01 12:00:18 +00:00
parent 583d3c45d9
commit 081bbcec05

View 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>