Misplaced example title.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915564 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml
index 83ee19e..cd4c057 100644
--- a/docs/manual/mod/mod_dav.xml
+++ b/docs/manual/mod/mod_dav.xml
@@ -216,13 +216,15 @@
   <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>