diff options
author | André Malo <nd@apache.org> | 2003-05-13 04:05:53 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-05-13 04:05:53 +0200 |
commit | 3600e273282291860b79b455abb4a5eb629e0bc6 (patch) | |
tree | 5c722691bd0e1b57289c914f317c19598243f976 /docs/manual/mod/mod_authz_owner.html.en | |
parent | language code for Czech is 'cs', not 'cz'. (diff) | |
download | apache2-3600e273282291860b79b455abb4a5eb629e0bc6.tar.xz apache2-3600e273282291860b79b455abb4a5eb629e0bc6.zip |
although the xml spec allows them, IE claims about colons in IDs.
replace them with periods.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authz_owner.html.en')
-rw-r--r-- | docs/manual/mod/mod_authz_owner.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authz_owner.html.en b/docs/manual/mod/mod_authz_owner.html.en index adcb9c0816..59b868123f 100644 --- a/docs/manual/mod/mod_authz_owner.html.en +++ b/docs/manual/mod/mod_authz_owner.html.en @@ -82,7 +82,7 @@ <div class="section"> <h2><a name="examples" id="examples">Configuration Examples</a></h2> - <h3><a name="examples:file-owner" id="examples:file-owner">Require file-owner</a></h3> + <h3><a name="examples.file-owner" id="examples.file-owner">Require file-owner</a></h3> <p>Consider a multi-user system running the Apache Web server, with each user having his or her own files in <code>~/public_html/private</code>. Assuming that there is a single <code class="directive"><a href="../mod/mod_authn_dbm.html#authdbmuserfile">AuthDBMUserFile</a></code> database @@ -107,7 +107,7 @@ </code></p></div> - <h3><a name="examples:file-group" id="examples:file-group">Require file-group</a></h3> + <h3><a name="examples.file-group" id="examples.file-group">Require file-group</a></h3> <p>Consider a system similar to the one described above, but with some users that share their project files in <code>~/public_html/project-foo</code>. The files are owned by the |