You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/10/09 16:52:47 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_ext_filter.html

slive       01/10/09 07:52:47

  Modified:    docs/manual/mod mod_ext_filter.html
  Log:
  fixes heml to html to make example work
  
  Submitted by:	Hartmut Obendorf <ob...@informatik.uni-hamburg.de>
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-2.0/docs/manual/mod/mod_ext_filter.html
  
  Index: mod_ext_filter.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_ext_filter.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -b -u -r1.5 -r1.6
  --- mod_ext_filter.html	2001/09/22 19:36:01	1.5
  +++ mod_ext_filter.html	2001/10/09 14:52:47	1.6
  @@ -80,7 +80,7 @@
       &lt;Directory "/export/home/trawick/apacheinst/htdocs/c"&gt;
   
       # core directive to cause the new filter to be run on output
  -    SetOutputFilter c-to-heml
  +    SetOutputFilter c-to-html
   
       # mod_mime directive to set the type of .c files to text/c
       AddType text/c .c