Commit ace060d3 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

Add missing right parenthesis.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95499 13f79535-47bb-0310-9956-ffa450edef68
parent 13821e72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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>