]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Misplaced example title.
authorLucien Gentis <lgentis@apache.org>
Sat, 3 Feb 2024 15:32:20 +0000 (15:32 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 3 Feb 2024 15:32:20 +0000 (15:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915564 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav.xml

index 83ee19e844cca3be643925ccb81e60eb3139ce76..cd4c057dfbd8cdbf3b4e8630b36768998edc86dd 100644 (file)
@@ -216,13 +216,15 @@ Alias "/php-source" "/home/gstein/php_files"
   <p>To allow providers to work correctly in such a configuration,
   <directive>DavBasePath</directive> must be used.</p>
 
-    <highlight language="config"><title>Example</title>
+    <example><title>Example</title>
+    <highlight language="config">
 &lt;LocationMatch "^/repos/"&gt;
     Dav svn
     DavBasePath /repos
     SVNParentPath /var/svn
 &lt;/LocationMatch&gt;
     </highlight>
+    </example>
 </usage>
 </directivesynopsis>