diff options
author | André Malo <nd@apache.org> | 2011-01-01 00:29:38 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2011-01-01 00:29:38 +0000 |
commit | fd555182dafb37738b16b9a2c80678fee0c87832 (patch) | |
tree | 640bffc2282f3adcabeeab0afa3c6d5c298119d7 /docs/manual | |
parent | 944d5f5940972f0a2e54eb25dfc81426ba0a42df (diff) | |
download | httpd-fd555182dafb37738b16b9a2c80678fee0c87832.tar.gz |
even better markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/core.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 6425c18847..116783d141 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3642,9 +3642,10 @@ handler</description> <p>You can override an earlier defined <directive>SetHandler</directive> directive by using the value <code>None</code>.</p> - <note>Because <directive>SetHandler</directive> overrides default handlers, + <note><title>Note</title> + <p>Because <directive>SetHandler</directive> overrides default handlers, normal behaviour such as handling of URLs ending in a slash (/) as - directories or index files is suppressed.</note> + directories or index files is suppressed.</p></note> </usage> <seealso><directive module="mod_mime">AddHandler</directive></seealso> |