You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/12/10 11:53:00 UTC

cvs commit: cocoon-2.1/src/blocks/webdav/samples/davmap webdav.js

unico       2003/12/10 02:53:00

  Modified:    src/blocks/webdav/samples/davmap webdav.js
  Log:
  fix header recognition
  
  Revision  Changes    Path
  1.8       +1 -1      cocoon-2.1/src/blocks/webdav/samples/davmap/webdav.js
  
  Index: webdav.js
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/webdav/samples/davmap/webdav.js,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- webdav.js	14 Nov 2003 18:58:45 -0000	1.7
  +++ webdav.js	10 Dec 2003 10:53:00 -0000	1.8
  @@ -93,7 +93,7 @@
     if (depth == null || depth == '') {
       recurse = true;
     }
  -  else if (depth == 'infinity') {
  +  else if (depth == 'Infinity') {
       recurse = true;
     }
     else {