]> granicus.if.org Git - apache/commitdiff
Adding a missing <br />. No more commits after half past three.
authorIgor Galić <igalic@apache.org>
Thu, 22 Apr 2010 15:44:56 +0000 (15:44 +0000)
committerIgor Galić <igalic@apache.org>
Thu, 22 Apr 2010 15:44:56 +0000 (15:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936907 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.html.en
docs/manual/logs.xml

index 9711bdf68042170a6cc96cf2cb995107fb727e15..524440a091b5bb63368ac37e1eaf0acb4e6c6805 100644 (file)
 
       <div class="example"><p><code>
         SetEnv CACHE_MISS 1<br />
-        LogFormat "%h %l %u %t "%r " %&gt;s %b %{CACHE_MISS}e" common-cache
+               LogFormat "%h %l %u %t "%r " %&gt;s %b %{CACHE_MISS}e" common-cache<br />
         CustomLog logs/access_log common-cache
       </code></p></div>
 
index d85e966c181b2869902f26588ac1d928aac1f2f4..081d556e706b5a5009271ae038d4fababa23e91b 100644 (file)
 
       <example>
         SetEnv CACHE_MISS 1<br />
-        LogFormat "%h %l %u %t "%r " %>s %b %{CACHE_MISS}e" common-cache
+        LogFormat "%h %l %u %t "%r " %>s %b %{CACHE_MISS}e" common-cache<br />
         CustomLog logs/access_log common-cache
       </example>