From 015e5af3dea4e8f177539e2b8708af39619f8cee Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 28 Sep 2014 17:14:21 +0000 Subject: [PATCH] Fix syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1628084 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dav.html.en | 2 +- docs/manual/mod/mod_dav.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index 9d44e587b41..d618a8ababa 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> -- 2.47.3