]> granicus.if.org Git - apache/commitdiff
add missing linebreaks
authorAndre Malo <nd@apache.org>
Fri, 15 Nov 2002 05:33:29 +0000 (05:33 +0000)
committerAndre Malo <nd@apache.org>
Fri, 15 Nov 2002 05:33:29 +0000 (05:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97531 13f79535-47bb-0310-9956-ffa450edef68

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

index 1a9f65b6e4ff38d967cffd3fcfedbdd8ffec1365..078df0ef49e2b6413c075b0e27d6d44a9a06a312 100644 (file)
@@ -126,9 +126,9 @@ client</td></tr><tr><th><a href="module-dict.html#Status">Status:
       the input filter chain using <code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addinputfilter">AddInputFilter</a></code>, for example:</p>
 
       <div class="example"><p><code>
-        &lt;Location /dav-area&gt;
+        &lt;Location /dav-area&gt;<br />
         <span class="indent">
-          SetInputFilter DEFLATE
+          SetInputFilter DEFLATE<br />
         </span>
         &lt;/Location&gt;
       </code></p></div>
index 4c11af3cc22832cb7239a97a5ef60ae56cba5a9a..7c3a929c13750ea0819aa66aa2b88640a44a63fd 100644 (file)
@@ -133,9 +133,9 @@ client</description>
       >AddInputFilter</directive>, for example:</p>
 
       <example>
-        &lt;Location /dav-area&gt;
+        &lt;Location /dav-area&gt;<br />
         <indent>
-          SetInputFilter DEFLATE
+          SetInputFilter DEFLATE<br />
         </indent>
         &lt;/Location&gt;
       </example>