summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-10-06 15:18:04 +0200
committerRich Bowen <rbowen@apache.org>2011-10-06 15:18:04 +0200
commit4881b7ba42a3267de4df52b4afec0a49b61ed128 (patch)
treeef95275fc9a1084fed2997330a2ecce3d7f6e176 /docs/manual/mod
parentPatch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) e... (diff)
downloadapache2-4881b7ba42a3267de4df52b4afec0a49b61ed128.tar.xz
apache2-4881b7ba42a3267de4df52b4afec0a49b61ed128.zip
Rebuild doc transform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_authz_core.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en
index e4576853ea..c14e6baa41 100644
--- a/docs/manual/mod/mod_authz_core.html.en
+++ b/docs/manual/mod/mod_authz_core.html.en
@@ -253,7 +253,7 @@
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>