From: Christophe Jaillet Date: Sun, 28 Sep 2014 17:14:42 +0000 (+0000) Subject: Fix syntax highlight X-Git-Tag: 2.4.11~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01859d2f747148262b66b65675a67f46d28272e0;p=thirdparty%2Fapache%2Fhttpd.git Fix syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1628085 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index 0c37dc99032..a8a239dc127 100644 --- a/docs/manual/mod/mod_dav.html.en +++ b/docs/manual/mod/mod_dav.html.en @@ -162,7 +162,7 @@
Alias /phparea /home/gstein/php_files
 Alias /php-source /home/gstein/php_files
 <Location /php-source>
-    DAV On
+    Dav On
     ForceType text/plain
 </Location>
diff --git a/docs/manual/mod/mod_dav.xml b/docs/manual/mod/mod_dav.xml index c85cb9f14e1..2d202c0eb3e 100644 --- a/docs/manual/mod/mod_dav.xml +++ b/docs/manual/mod/mod_dav.xml @@ -152,7 +152,7 @@ DavLockDB /usr/local/apache2/var/DavLock Alias /phparea /home/gstein/php_files Alias /php-source /home/gstein/php_files <Location /php-source> - DAV On + Dav On ForceType text/plain </Location>