]> granicus.if.org Git - apache/commitdiff
Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) expressio...
authorRich Bowen <rbowen@apache.org>
Thu, 6 Oct 2011 13:14:25 +0000 (13:14 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 6 Oct 2011 13:14:25 +0000 (13:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179614 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.xml

index 192444f8965e6149851ba4d7b539d88cb2b19084..d7d434ce30ad8d0c6f5d6bc235edcd36605dc7cd 100644 (file)
   decisions on arbitrary expressions.</p>
 
     <example>
-        Require expr %{TIME_HOUR} &gt;= 9 &amp; %{TIME_HOUR} &lt;= 17 <br />
+        Require expr %{TIME_HOUR} &gt;= 9 &amp;&amp; %{TIME_HOUR} &lt;= 17 <br />
     </example>
 
   <p>The syntax is described in the <a href="../expr.html">ap_expr</a>