diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-14 12:54:58 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-14 12:54:58 +0200 |
commit | b0ac4e9a877764f4151cfc721c931a906803d3c0 (patch) | |
tree | 7e7bb53a2a29b8c639a5278a75d86b80b8f11b19 /docs/manual/rewrite/rewritemap.html.en | |
parent | Tidy up examples (diff) | |
download | apache2-b0ac4e9a877764f4151cfc721c931a906803d3c0.tar.xz apache2-b0ac4e9a877764f4151cfc721c931a906803d3c0.zip |
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1338146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/rewritemap.html.en')
-rw-r--r-- | docs/manual/rewrite/rewritemap.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 0c0edf86af..e7cacd72c7 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -430,10 +430,10 @@ this process, or if the script itself is very slow.</li> <p>If a query returns more than one row, a random row from the result set is used.</p> - <pre class="prettyprint lang-config"><strong>Example</strong> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> RewriteMap myquery "fastdbd:SELECT destination FROM rewrite WHERE source = %s" </pre> - +</div> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> |