From: Joshua Slive Date: Sat, 13 Oct 2001 17:46:49 +0000 (+0000) Subject: htmltidy made a little mess of the
 environment.
X-Git-Tag: 2.0.26~20
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=503e6301ad17f6b1d8dce55425e26c004940e907;p=apache

htmltidy made a little mess of the 
 environment.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91457 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html
index 43df3a461e..014ae09d22 100644
--- a/docs/manual/mod/mod_log_config.html
+++ b/docs/manual/mod/mod_log_config.html
@@ -77,24 +77,24 @@
 %...A:          Local IP-address
 %...B:          Bytes sent, excluding HTTP headers.
 %...b:          Bytes sent, excluding HTTP headers. In CLF format
-        i.e. a '-' rather than a 0 when no bytes are sent.
+                i.e. a '-' rather than a 0 when no bytes are sent.
 %...{Foobar}C:  The contents of cookie "Foobar" in the request sent to the
                 server.
 %...D:          The time taken to serve the request, in microseconds.
 %...{FOOBAR}e:  The contents of the environment variable FOOBAR
 %...f:          Filename
 %...h:          Remote host
-%...H       The request protocol
+%...H           The request protocol
 %...{Foobar}i:  The contents of Foobar: header line(s) in the request
                 sent to the server.
 %...l:          Remote logname (from identd, if supplied)
-%...m       The request method
+%...m           The request method
 %...{Foobar}n:  The contents of note "Foobar" from another module.
 %...{Foobar}o:  The contents of Foobar: header line(s) in the reply.
 %...p:          The canonical Port of the server serving the request
 %...P:          The process ID of the child that serviced the request.
-%...q       The query string (prepended with a ? if a query string exists,
-        otherwise an empty string)
+%...q           The query string (prepended with a ? if a query string exists,
+                otherwise an empty string)
 %...r:          First line of request
 %...s:          Status.  For requests that got internally redirected, this is
                 the status of the *original* request --- %...>s for the last.