]> granicus.if.org Git - apache/commitdiff
- Fix closing </Files> tag.
authorPaul Querna <pquerna@apache.org>
Fri, 3 Jun 2005 02:41:00 +0000 (02:41 +0000)
committerPaul Querna <pquerna@apache.org>
Fri, 3 Jun 2005 02:41:00 +0000 (02:41 +0000)
PR: 35178

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179703 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.xml

index 9ba3bb63c21edf0855fce1c01fe4765bd16fd429..422d3317e207664682d9a18e79289078a9fcfa8a 100644 (file)
       &lt;Files ~ "^\.ht"&gt; <br />
         Order allow,deny <br />
         Deny from all <br />
-      &lt;Files&gt;
+      &lt;/Files&gt;
     </example>
     
   </section>