summaryrefslogtreecommitdiff
path: root/docs/manual/howto/auth.html.en
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2002-06-04 06:18:52 +0000
committerYoshiki Hayashi <yoshiki@apache.org>2002-06-04 06:18:52 +0000
commit91be236dd1629503c53ed4648d60ed55cfb89370 (patch)
tree65b940ad307f8846790f2d3d202327d9e04e79f5 /docs/manual/howto/auth.html.en
parent7c3e505cd5f255d6f6abf8a2fd381a91700a0328 (diff)
downloadhttpd-91be236dd1629503c53ed4648d60ed55cfb89370.tar.gz
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.en')
-rw-r--r--docs/manual/howto/auth.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en
index ca7cedbb72..3ea56e4508 100644
--- a/docs/manual/howto/auth.html.en
+++ b/docs/manual/howto/auth.html.en
@@ -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>