]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo someone pointed out in IRC
authorNick Kew <niq@apache.org>
Fri, 14 Apr 2006 14:06:32 +0000 (14:06 +0000)
committerNick Kew <niq@apache.org>
Fri, 14 Apr 2006 14:06:32 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@394104 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/security_tips.html.en
docs/manual/misc/security_tips.xml

index 7a8ca2c26eb3f4556fabf7c69af9e84551828f6b..30c848bb850b77e56188b107a907c12bd52f6863 100644 (file)
       &lt;Files ~ "^\.ht"&gt; <br />
         Order allow,deny <br />
         Deny from all <br />
-      &lt;Files&gt;
+      &lt;/Files&gt;
     </code></p></div>
     
   </div></div>
 </div><div id="footer">
 <p class="apache">Copyright 1995-2006 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
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>