summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/rewritemap.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-01-14 22:15:44 +0100
committerRich Bowen <rbowen@apache.org>2011-01-14 22:15:44 +0100
commitb15efce950a0b74448a789ca646c20b803141755 (patch)
treedf4b82ce6cd1517a42222e8576f0bdb79693af06 /docs/manual/rewrite/rewritemap.xml
parentRemove unncessary <pre> tags inside <example> blocks. (diff)
downloadapache2-b15efce950a0b74448a789ca646c20b803141755.tar.xz
apache2-b15efce950a0b74448a789ca646c20b803141755.zip
Remove unnecessary <pre> tags in <example> blocks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/rewritemap.xml')
-rw-r--r--docs/manual/rewrite/rewritemap.xml30
1 files changed, 13 insertions, 17 deletions
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml
index d8bd1a8bdc..ff26edee6d 100644
--- a/docs/manual/rewrite/rewritemap.xml
+++ b/docs/manual/rewrite/rewritemap.xml
@@ -155,17 +155,15 @@ may be used, and give examples of each.</p>
the following:</p>
<example><title>Product to ID map</title>
- <pre>
-##
-## productmap.txt - Product to ID map file
-##
-
-television 993
-stereo 198
-fishingrod 043
-basketball 418
+##<br />
+## productmap.txt - Product to ID map file<br />
+##<br />
+<br />
+television 993<br />
+stereo 198<br />
+fishingrod 043<br />
+basketball 418<br />
telephone 328
-</pre>
</example>
<p>Thus, when <code>http://example.com/product/television</code> is
@@ -208,14 +206,12 @@ telephone 328
else is sent to one of the 'dynamic' pool.</p>
<example><title>Rewrite map file</title>
- <pre>
-##
-## map.txt -- rewriting map
-##
-
-static www1|www2|www3|www4
+##<br />
+## map.txt -- rewriting map<br />
+##<br />
+<br />
+static www1|www2|www3|www4<br />
dynamic www5|www6
-</pre>
</example>
<example><title>Configuration directives</title>