]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Missing "}" in example.
authorRich Bowen <rbowen@apache.org>
Mon, 25 Jul 2011 13:07:18 +0000 (13:07 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 25 Jul 2011 13:07:18 +0000 (13:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1150682 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 94a1457b29d44b087dd943f51f0a6e2429605de6..404e965c5091d044ee5da53ec3a911d447d296ff 100644 (file)
@@ -1741,7 +1741,7 @@ satisfied by a request at runtime</td></tr>
     It is also possible to use regular expressions, </p>
 
     <div class="example"><p><code>
-        &lt;If "%{QUERY_STRING =~ /(delete|commit)=.*?elem/"&gt;
+        &lt;If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/"&gt;
     </code></p></div>
 
     <p>shell-like pattern matches and many other operations. These operations
index 67e0c8d7cfe4691947516ed5b25adfd699b5b5f2..7c4c33d8aa8cf353242024d901974e834f7dab53 100644 (file)
@@ -1714,7 +1714,7 @@ satisfied by a request at runtime</description>
     It is also possible to use regular expressions, </p>
 
     <example>
-        &lt;If "%{QUERY_STRING =~ /(delete|commit)=.*?elem/"&gt;
+        &lt;If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/"&gt;
     </example>
 
     <p>shell-like pattern matches and many other operations. These operations