diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2002-06-04 08:18:52 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2002-06-04 08:18:52 +0200 |
commit | 91be236dd1629503c53ed4648d60ed55cfb89370 (patch) | |
tree | 65b940ad307f8846790f2d3d202327d9e04e79f5 /docs/manual/howto/auth.html | |
parent | Feedback appreciated - I'm guessing that we can trust the isapi app (diff) | |
download | apache2-91be236dd1629503c53ed4648d60ed55cfb89370.tar.xz apache2-91be236dd1629503c53ed4648d60ed55cfb89370.zip |
Add missing right parenthesis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/auth.html')
-rw-r--r-- | docs/manual/howto/auth.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/auth.html b/docs/manual/howto/auth.html index ca7cedbb72..3ea56e4508 100644 --- a/docs/manual/howto/auth.html +++ b/docs/manual/howto/auth.html @@ -250,7 +250,7 @@ <p>You'll get the same response as before, but it will be appended to the existing file, rather than creating a new file. (It's the <code>-c</code> that makes it create a new password - file.</p> + file).</p> <p>Now, you need to modify your <code>.htaccess</code> file to look like the following:</p> |