From 3e5eb474109eb5f096b9da7a3ad4a52035e1abb3 Mon Sep 17 00:00:00 2001
From: pcs
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.
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