You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2023/04/01 14:31:51 UTC

svn commit: r1908895 - /httpd/httpd/trunk/docs/manual/mod/mod_dav_fs.xml

Author: lgentis
Date: Sat Apr  1 14:31:50 2023
New Revision: 1908895

URL: http://svn.apache.org/viewvc?rev=1908895&view=rev
Log:
Misplaced tag.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dav_fs.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav_fs.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav_fs.xml?rev=1908895&r1=1908894&r2=1908895&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav_fs.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav_fs.xml Sat Apr  1 14:31:50 2023
@@ -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>