diff options
author | Lucien Gentis <lgentis@apache.org> | 2023-04-01 16:31:50 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2023-04-01 16:31:50 +0200 |
commit | a3c569b27fdcb6d94d73deab6edb05585322837a (patch) | |
tree | 592a94e653247db5e70fec77b57ec1ea64d8f817 /docs | |
parent | Misplaced tag. (diff) | |
download | apache2-a3c569b27fdcb6d94d73deab6edb05585322837a.tar.xz apache2-a3c569b27fdcb6d94d73deab6edb05585322837a.zip |
Misplaced tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_dav_fs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_dav_fs.xml b/docs/manual/mod/mod_dav_fs.xml index a9c83ec6e6..547461c1d1 100644 --- a/docs/manual/mod/mod_dav_fs.xml +++ b/docs/manual/mod/mod_dav_fs.xml @@ -135,14 +135,14 @@ <usage> <p><directive>DavQuota</directive> sets a quota in bytes for a given directory as specified by RFC 4331. There are two - special values: + special values:</p> <ul> <li><code>Off</code> Quotas are disabled.</li> <li><code>None</code> No quota is enforced, but used and available disk space is reported to clients that request it.</li> </ul> - </p> + </usage> </directivesynopsis> |