You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2011/01/01 01:29:38 UTC

svn commit: r1054181 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: nd
Date: Sat Jan  1 00:29:38 2011
New Revision: 1054181

URL: http://svn.apache.org/viewvc?rev=1054181&view=rev
Log:
even better markup

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1054181&r1=1054180&r2=1054181&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sat Jan  1 00:29:38 2011
@@ -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>