summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucien Gentis <lgentis@apache.org>2024-02-03 16:32:20 +0100
committerLucien Gentis <lgentis@apache.org>2024-02-03 16:32:20 +0100
commit75847cd705c0a4d5179cbf1f3c1ffbd421436e2f (patch)
tree307bb085648362d88f2f897af55af7e6715cd0a6
parent* server/util_expr_parse.c (yyparse): Fix typo in comment. (diff)
downloadapache2-75847cd705c0a4d5179cbf1f3c1ffbd421436e2f.tar.xz
apache2-75847cd705c0a4d5179cbf1f3c1ffbd421436e2f.zip
Misplaced example title.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915564 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_dav.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml
index 83ee19e844..cd4c057dfb 100644
--- a/docs/manual/mod/mod_dav.xml
+++ b/docs/manual/mod/mod_dav.xml
@@ -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>