diff options
author | Takashi Sato <takashi@apache.org> | 2008-05-27 16:53:45 +0200 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2008-05-27 16:53:45 +0200 |
commit | 600b208caeffcc1271c4df8d4509e0dfb7ac2ff4 (patch) | |
tree | 5092bf84c38aa434aab2403e42383cf96dcd729a /docs/manual/mod/mod_auth_digest.html.en | |
parent | Correct the format errors of revesion reference in translations (diff) | |
download | apache2-600b208caeffcc1271c4df8d4509e0dfb7ac2ff4.tar.xz apache2-600b208caeffcc1271c4df8d4509e0dfb7ac2ff4.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_digest.html.en')
-rw-r--r-- | docs/manual/mod/mod_auth_digest.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 55fa35f231..d4f0c3310e 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -79,8 +79,8 @@ AuthType Digest<br /> AuthName "private area"<br /> AuthDigestDomain /private/ http://mirror.my.dom/private2/<br /> - <br /> - AuthDigestProvider file<br /> + <br /> + AuthDigestProvider file<br /> AuthUserFile /web/auth/.digest_pw<br /> Require valid-user<br /> </span> |