From: Yoshiki Hayashi
Date: Tue, 4 Jun 2002 06:18:52 +0000 (+0000)
Subject: Add missing right parenthesis.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ace060d381592cdd2a6dee38c336615db9712ab8;p=apache
Add missing right parenthesis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95499 13f79535-47bb-0310-9956-ffa450edef68
---
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 @@
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 -c
that makes it create a new password
- file.
+ file).
Now, you need to modify your .htaccess
file to
look like the following:
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 @@
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 -c
that makes it create a new password
- file.
+ file).
Now, you need to modify your .htaccess
file to
look like the following: