From: Joshua Slive Date: Tue, 9 Oct 2001 14:52:47 +0000 (+0000) Subject: fixes heml to html to make example work X-Git-Tag: 2.0.26~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e485b1290c48a4bcdca2b31e07eae03f2f6067f7;p=thirdparty%2Fapache%2Fhttpd.git fixes heml to html to make example work Submitted by: Hartmut Obendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91385 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.html b/docs/manual/mod/mod_ext_filter.html index 50afe50bb2b..98d2d1ebba8 100644 --- a/docs/manual/mod/mod_ext_filter.html +++ b/docs/manual/mod/mod_ext_filter.html @@ -80,7 +80,7 @@ <Directory "/export/home/trawick/apacheinst/htdocs/c"> # 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