From 3e5eb474109eb5f096b9da7a3ad4a52035e1abb3 Mon Sep 17 00:00:00 2001 From: pcs Date: Wed, 16 Apr 1997 12:43:20 +0000 Subject: [PATCH] Add missing > Submitted by: Martin.Kraemer@mch.sni.de git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77919 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/handler.html | 2 +- docs/manual/handler.html.en | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/handler.html b/docs/manual/handler.html index ea0f61c7e9..c8ca434f13 100644 --- a/docs/manual/handler.html +++ b/docs/manual/handler.html @@ -90,7 +90,7 @@ program.

Module: mod_mime

When placed into an .htaccess file or a -<Directory> or <Location section, +<Directory> or <Location> section, this directive forces all matching files to be parsed through the handler given by handler-name. For example, if you had a directory you wanted to be parsed entirely as imagemap rule files, diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index ea0f61c7e9..c8ca434f13 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -90,7 +90,7 @@ program.

Module: mod_mime

When placed into an .htaccess file or a -<Directory> or <Location section, +<Directory> or <Location> section, this directive forces all matching files to be parsed through the handler given by handler-name. For example, if you had a directory you wanted to be parsed entirely as imagemap rule files, -- 2.50.1