diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 22:04:05 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 22:04:05 +0200 |
commit | 430aadce59b536d533be35d333eebfe579a94d16 (patch) | |
tree | fcd7eb8e221a10583db0158affd211834cbfa602 /docs/manual/mod/mod_macro.html.en | |
parent | Break <highlight language="commit">foo</highlight> into separate lines. (diff) | |
download | apache2-430aadce59b536d533be35d333eebfe579a94d16.tar.xz apache2-430aadce59b536d533be35d333eebfe579a94d16.zip |
* Remove trailing whitespace from a bunch of *.xml files
* Quoted arguments to Rewrite{Base,Cond,Map,Rule}.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_macro.html.en')
-rw-r--r-- | docs/manual/mod/mod_macro.html.en | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index 00e2792a8b..e184ba4e87 100644 --- a/docs/manual/mod/mod_macro.html.en +++ b/docs/manual/mod/mod_macro.html.en @@ -107,7 +107,7 @@ Examples section.</p> <p>Parameter names should begin with a sigil such as <code>$</code>, <code>%</code>, or <code>@</code>, so that they are clearly identifiable, and also in order to help deal with interactions with -other directives, such as the core <code class="directive"><a href="../mod/core.html#define">Define</a></code> directive. Failure to do so will +other directives, such as the core <code class="directive"><a href="../mod/core.html#define">Define</a></code> directive. Failure to do so will result in a warning. Nevertheless, you are encouraged to have a good knowledge of your entire server configuration in order to avoid reusing the same variables in different scopes, which can cause confusion.</p> |