summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_substitute.html.en
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-10-01 20:57:36 +0000
committerStefan Fritsch <sf@apache.org>2011-10-01 20:57:36 +0000
commita83284e10365f9baf39331e545dde65ecdc99ef1 (patch)
tree62b5783c3c8bdd535762acfcac4676621f71bc25 /docs/manual/mod/mod_substitute.html.en
parentf184e2562789b5c46d3752f0770472083fadfe8c (diff)
downloadhttpd-a83284e10365f9baf39331e545dde65ecdc99ef1.tar.gz
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_substitute.html.en')
-rw-r--r--docs/manual/mod/mod_substitute.html.en10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_substitute.html.en b/docs/manual/mod/mod_substitute.html.en
index 4afe9785aa..29add5578d 100644
--- a/docs/manual/mod/mod_substitute.html.en
+++ b/docs/manual/mod/mod_substitute.html.en
@@ -52,10 +52,10 @@
</table>
<p>The <code class="directive">Substitute</code> directive specifies a
search and replace pattern to apply to the response body.</p>
-
+
<p>The meaning of the pattern can be modified by using any
combination of these flags:</p>
-
+
<dl>
<dt><code>i</code></dt>
<dd>Perform a case-insensitive match.</dd>
@@ -75,7 +75,7 @@
that the result of one substitution will ever match a pattern
or regex of a subsequent one.</dd>
</dl>
-
+
<div class="example"><h3>Example</h3><p><code>
&lt;Location /&gt;
<span class="indent">
@@ -84,10 +84,10 @@
</span>
&lt;/Location&gt;
</code></p></div>
-
+
<p>If either the pattern or the substitution contain a slash
character then an alternative delimiter should be used:</p>
-
+
<div class="example"><h3>Example of using an alternate delimiter</h3><p><code>
&lt;Location /&gt;
<span class="indent">