diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 22:16:24 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 22:16:24 +0200 |
commit | 0566cf0f319e883e584ec02dc95697bce3e38624 (patch) | |
tree | 162e9f6e5f34784acbd487c73090cf9f28239524 /docs/manual/mod/mod_authn_anon.xml | |
parent | * Remove trailing whitespace from a bunch of *.xml files (diff) | |
download | apache2-0566cf0f319e883e584ec02dc95697bce3e38624.tar.xz apache2-0566cf0f319e883e584ec02dc95697bce3e38624.zip |
Simply remove trailing whitespace.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authn_anon.xml')
-rw-r--r-- | docs/manual/mod/mod_authn_anon.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authn_anon.xml b/docs/manual/mod/mod_authn_anon.xml index 778a11504e..330b07a37b 100644 --- a/docs/manual/mod/mod_authn_anon.xml +++ b/docs/manual/mod/mod_authn_anon.xml @@ -86,13 +86,13 @@ AuthType Basic AuthBasicProvider file anon AuthUserFile "/path/to/your/.htpasswd" - + Anonymous_NoUserID off Anonymous_MustGiveEmail on Anonymous_VerifyEmail on Anonymous_LogEmail on Anonymous anonymous guest www test welcome - + Require valid-user </Directory> </highlight> |