From ace060d381592cdd2a6dee38c336615db9712ab8 Mon Sep 17 00:00:00 2001
From: Yoshiki Hayashi
Date: Tue, 4 Jun 2002 06:18:52 +0000
Subject: [PATCH] Add missing right parenthesis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95499 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/howto/auth.html | 2 +-
docs/manual/howto/auth.html.en | 2 +-
2 files changed, 2 insertions(+), 2 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 @@
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:
--
2.40.0