Commit 75d29a56 authored by Nick Kew's avatar Nick Kew
Browse files

Fix typo someone pointed out in IRC


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@394104 13f79535-47bb-0310-9956-ffa450edef68
parent 678fc2ed
Loading
Loading
Loading
Loading
+2 −2
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;
    </code></p></div>
    
  </div></div>
+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>