summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2011-01-01 00:29:38 +0000
committerAndré Malo <nd@apache.org>2011-01-01 00:29:38 +0000
commitfd555182dafb37738b16b9a2c80678fee0c87832 (patch)
tree640bffc2282f3adcabeeab0afa3c6d5c298119d7 /docs/manual
parent944d5f5940972f0a2e54eb25dfc81426ba0a42df (diff)
downloadhttpd-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.xml5
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>