summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-05-01 00:44:48 +0000
committerdgaudet <dgaudet@unknown>1997-05-01 00:44:48 +0000
commitdd4da6a377fd9d4ad9208cf342a7477637ddc681 (patch)
treefee51c0eead6eea8e9e9fb6d910ffc1918a08a28
parent9f009eabfe6e554a1955c31b1a53a76b6163fd32 (diff)
downloadhttpd-dd4da6a377fd9d4ad9208cf342a7477637ddc681.tar.gz
html-o
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78075 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_access.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html
index 8783fdc7f2..8d6b02fdf6 100644
--- a/docs/manual/mod/mod_access.html
+++ b/docs/manual/mod/mod_access.html
@@ -153,9 +153,9 @@ on the deny list are granted access. (The initial state is irrelevant.)
Example:
<blockquote><code>
-order deny,allow
-deny from all
-allow from .ncsa.uiuc.edu
+order deny,allow<br>
+deny from all<br>
+allow from .ncsa.uiuc.edu<br>
</code></blockquote>
Hosts in the ncsa.uiuc.edu domain are allowed access; all other hosts are
denied access.