]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This is 2.2 docs, so let's actually put some line breaks into the RewriteLog example ;(
authorDaniel Gruno <humbedooh@apache.org>
Tue, 9 Oct 2012 11:53:48 +0000 (11:53 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 9 Oct 2012 11:53:48 +0000 (11:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1395981 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index 1c26a026078bb70200915e348a4c791af91d2dce..c9a3e5229b2b76554e44ba8104760886b4cc6117 100644 (file)
@@ -734,10 +734,10 @@ the user that starts the server.
 </div>
 
 <div class="example"><h3>Example</h3><p><code>
-# Log to a file:
-RewriteLog "/usr/local/var/apache/logs/rewrite.log"
-
-# Log to a pipe:
+# Log to a file:<br />
+RewriteLog "/usr/local/var/apache/logs/rewrite.log"<br />
+<br />
+# Log to a pipe:<br />
 RewriteLog "|/path/to/parser.pl"
 </code></p></div>
 
index 4e45681a092bd0a6fdec6052aa2ea34f9da93bad..cf98d72a247dd74660585d90f4c0adb1dfbed646 100644 (file)
@@ -278,10 +278,10 @@ the user that starts the server.
 </note>
 
 <example><title>Example</title>
-# Log to a file:
-RewriteLog "/usr/local/var/apache/logs/rewrite.log"
-
-# Log to a pipe:
+# Log to a file:<br/>
+RewriteLog "/usr/local/var/apache/logs/rewrite.log"<br/>
+<br/>
+# Log to a pipe:<br/>
 RewriteLog "|/path/to/parser.pl"
 </example>