You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/11/15 06:33:29 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_deflate.html.en mod_deflate.xml

nd          2002/11/14 21:33:29

  Modified:    docs/manual/mod mod_deflate.html.en mod_deflate.xml
  Log:
  add missing linebreaks
  
  Revision  Changes    Path
  1.18      +2 -2      httpd-2.0/docs/manual/mod/mod_deflate.html.en
  
  Index: mod_deflate.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_deflate.html.en,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- mod_deflate.html.en	11 Nov 2002 18:24:42 -0000	1.17
  +++ mod_deflate.html.en	15 Nov 2002 05:33:29 -0000	1.18
  @@ -126,9 +126,9 @@
         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>
  
  
  
  1.12      +2 -2      httpd-2.0/docs/manual/mod/mod_deflate.xml
  
  Index: mod_deflate.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_deflate.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_deflate.xml	11 Nov 2002 18:24:42 -0000	1.11
  +++ mod_deflate.xml	15 Nov 2002 05:33:29 -0000	1.12
  @@ -133,9 +133,9 @@
         >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>