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 2012/02/10 21:19:48 UTC

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

Author: nd
Date: Fri Feb 10 20:19:47 2012
New Revision: 1242913

URL: http://svn.apache.org/viewvc?rev=1242913&view=rev
Log:
fix validation error

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=1242913&r1=1242912&r2=1242913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Fri Feb 10 20:19:47 2012
@@ -430,7 +430,7 @@ NoDecode option available in 2.3.12 and 
       </ul>
       <p>Note that a syntax error in a valid directive will still cause
       an internal server error.</p>
-      <note class="warning"><title>Security</title>
+      <note type="warning"><title>Security</title>
           Nonfatal errors may have security implications for .htaccess users.
           For example, if AllowOverride disallows AuthConfig, users'
           configuration designed to restrict access to a site will be disabled.