From e485b1290c48a4bcdca2b31e07eae03f2f6067f7 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 9 Oct 2001 14:52:47 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_ext_filter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_ext_filter.html b/docs/manual/mod/mod_ext_filter.html index 50afe50bb2..98d2d1ebba 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 -- 2.40.0