]> granicus.if.org Git - apache/commitdiff
Rebuild doc transform
authorRich Bowen <rbowen@apache.org>
Thu, 6 Oct 2011 13:18:04 +0000 (13:18 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 6 Oct 2011 13:18:04 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179617 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_core.html.en

index e4576853eaa295fea9c9a466c87d8a0d04bf9379..c14e6baa41b5fb5e4350239c6c9a69f8fcfe1c9e 100644 (file)
   decisions on arbitrary expressions.</p>
 
     <div class="example"><p><code>
-        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 />
     </code></p></div>
 
   <p>The syntax is described in the <a href="../expr.html">ap_expr</a>