]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a title that had gone AWOL
authorDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 13:38:58 +0000 (13:38 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 13:38:58 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331427 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewritemap.html.en
docs/manual/rewrite/rewritemap.xml

index 3941a9c10acfe27af60ba1ae68297fee60b6fdac..43b62b3b03bbdd4ea2756bf64c7056fcde394432 100644 (file)
@@ -368,8 +368,10 @@ RewriteRule (.*?[A-Z]+.*) ${lc:$1} [R]
 
     <p>A simple example is shown here which will replace all dashes with
     underscores in a request URI.</p>
+    
+<strong>Rewrite configuration</strong>
+    <pre class="prettyprint lang-config">
 
-    <pre class="prettyprint lang-config"><strong>#Rewrite configuration</strong>
 RewriteMap d2u prg:/www/bin/dash2under.pl<br />
 RewriteRule - ${d2u:%{REQUEST_URI}}
     </pre>
index 7e4c95e69ecdc4e12a63209934e8506483480e0b..6bd721d45e3c64e671b60309ebcdfcef1845ec2e 100644 (file)
@@ -355,8 +355,10 @@ RewriteRule (.*?[A-Z]+.*) ${lc:$1} [R]
 
     <p>A simple example is shown here which will replace all dashes with
     underscores in a request URI.</p>
+    
+<strong>Rewrite configuration</strong>
+    <highlight language="config">
 
-    <highlight language="config"><strong>#Rewrite configuration</strong>
 RewriteMap d2u prg:/www/bin/dash2under.pl<br />
 RewriteRule - ${d2u:%{REQUEST_URI}}
     </highlight>