]> granicus.if.org Git - apache/commitdiff
Fix syntax highlight
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 28 Sep 2014 17:14:42 +0000 (17:14 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 28 Sep 2014 17:14:42 +0000 (17:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1628085 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dav.html.en
docs/manual/mod/mod_dav.xml

index 0c37dc990323364c0d0a1b5da8e0b756f9a5473b..a8a239dc1270c335867709d47eaf80fde15fccb3 100644 (file)
 <pre class="prettyprint lang-config">Alias /phparea /home/gstein/php_files
 Alias /php-source /home/gstein/php_files
 &lt;Location /php-source&gt;
-    DAV On
+    Dav On
     ForceType text/plain
 &lt;/Location&gt;</pre>
 
index c85cb9f14e1a7c69359ab33ff2f124edb82f58f3..2d202c0eb3e534ea18152bc4bd5d46e36df44c56 100644 (file)
@@ -152,7 +152,7 @@ DavLockDB /usr/local/apache2/var/DavLock
 Alias /phparea /home/gstein/php_files
 Alias /php-source /home/gstein/php_files
 &lt;Location /php-source&gt;
-    DAV On
+    Dav On
     ForceType text/plain
 &lt;/Location&gt;
 </highlight>