diff options
author | Ken Coar <coar@apache.org> | 1998-05-20 16:22:48 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-05-20 16:22:48 +0200 |
commit | 1b19735a79deebb3e7135d25b02fcf909541e386 (patch) | |
tree | 47f18d5b8f0ac5500b0f4cf2306bd85d2b042fa2 /docs/manual/handler.html.en | |
parent | Some of my semi-regular HTML cleanup (tag ordering, B/I (diff) | |
download | apache2-1b19735a79deebb3e7135d25b02fcf909541e386.tar.xz apache2-1b19735a79deebb3e7135d25b02fcf909541e386.zip |
Part 2 of the semi-regular HTML normalisation. Now on to
apache-site... No thirty.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81322 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/handler.html.en')
-rw-r--r-- | docs/manual/handler.html.en | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 638d740f8e..84cd97c06b 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -69,16 +69,18 @@ handlers in the standard distribution are as follows:</P> <HR> -<H2><A name="addhandler">AddHandler</A></H2> +<H2><A NAME="addhandler">AddHandler</A></H2> <A HREF="mod/directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <AddHandler <EM>handler-name extension</EM>><BR> +><STRONG>Syntax:</STRONG></A> <AddHandler <EM>handler-name + extension</EM>><BR> <A HREF="mod/directive-dict.html#Context" REL="Help" -><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +><STRONG>Context:</STRONG></A> server config, virtual host, directory, + .htaccess<BR> <A HREF="mod/directive-dict.html#Status" REL="Help" @@ -101,7 +103,7 @@ program.</P> <HR> -<H2><A name="sethandler">SetHandler</A></H2> +<H2><A NAME="sethandler">SetHandler</A></H2> <A HREF="mod/directive-dict.html#Syntax" |