Commit 56f381b4 authored by Paul Querna's avatar Paul Querna
Browse files

- Fix closing </Files> tag.

PR: 35178


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@179703 13f79535-47bb-0310-9956-ffa450edef68
parent 5e381318
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@
      &lt;Files ~ "^\.ht"&gt; <br />
        Order allow,deny <br />
        Deny from all <br />
      &lt;Files&gt;
      &lt;/Files&gt;
    </example>
    
  </section>