From: Rich Bowen
Date: Mon, 25 Jul 2011 13:07:18 +0000 (+0000)
Subject: Missing "}" in example.
X-Git-Tag: 2.3.14^2~21
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e075d7fbc8874f1ed91205f4b73b8bfc58617f7;p=thirdparty%2Fapache%2Fhttpd.git
Missing "}" in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1150682 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 94a1457b29d..404e965c509 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1741,7 +1741,7 @@ satisfied by a request at runtime
It is also possible to use regular expressions,
- <If "%{QUERY_STRING =~ /(delete|commit)=.*?elem/">
+ <If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/">
shell-like pattern matches and many other operations. These operations
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 67e0c8d7cfe..7c4c33d8aa8 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1714,7 +1714,7 @@ satisfied by a request at runtime
It is also possible to use regular expressions,
- <If "%{QUERY_STRING =~ /(delete|commit)=.*?elem/">
+ <If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/">
shell-like pattern matches and many other operations. These operations